#26B92B

Color #26B92B Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #26B92B

Tints of Lime Green #26B92B

Color information

#26B92B (or 0x26B92B) is unknown color: approx Lime Green. HEX triplet: 26, B9 and 2B. RGB value is (38,185,43). Sum of RGB (Red+Green+Blue) = 38+185+43=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 185 (72.66% from 255 or 69.55% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 185 - color contains mainly: green. Hex color #26B92B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26B92B is #D946D4. Grayscale: #7D7D7D. Windows color (decimal): -14239445 or 2865446. OLE color: 2865446.

HSL color Cylindrical-coordinate representation of color #26B92B: hue angle of 122.04º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26B92B is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB3818543-
CMYK0.7900.770.27
HSL122.04º65.92%43.73%-
HSV(B)122.04º79.46%72.55%-
XYZ18.5835.288.12-
YUV124.8681.866.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 14.29%
GREEN value IS 185 (72.66% from 255) = 69.55%
BLUE value IS 43 (17.19% from 255) = 16.17%
R=14.29%
G=69.55%
B=16.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal38185430.7900.770.27122.0465.9243.73
Hex26B92B4F04D1B7a422c
Octal462715311701153317210254
Binary100110101110011010111001111010011011101111110101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26B92B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26B92B; }

 p { color: rgb(38,185,43); }

 H1.HeaderClassName
 {
   color: #26B92B;
 }
 .AnyTagClassName
 {
   color: #26B92B;
 }
</style>
background-color css

<style>
 a { background-color: #26B92B; }

 a { background-color: rgb(38,185,43); }

 div.DivClassName
 {
   background-color: #26B92B;
 }
 .BgClassName
 {
   background-color: #26B92B;
 }
</style>
border-color css

<style>
 span { border-color: #26B92B; }

 span { border-color: rgb(38,185,43); }

 td.TdClassName
 {
   border-color: #26B92B;
 }
 .TagClassName
 {
   border-color: #26B92B;
 }
</style>