#26CB28

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

Shades of Lime Green #26CB28

Tints of Lime Green #26CB28

Color information

#26CB28 (or 0x26CB28) is unknown color: approx Lime Green. HEX triplet: 26, CB and 28. RGB value is (38,203,40). Sum of RGB (Red+Green+Blue) = 38+203+40=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 203 (79.69% from 255 or 72.24% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 203 - color contains mainly: green. Hex color #26CB28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CB28 is #D934D7. Grayscale: #878787. Windows color (decimal): -14234840 or 2673446. OLE color: 2673446.

HSL color Cylindrical-coordinate representation of color #26CB28: hue angle of 120.73º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26CB28 is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB3820340-
CMYK0.8100.800.20
HSL120.73º68.46%47.25%-
HSV(B)120.73º81.28%79.61%-
XYZ22.5443.289.17-
YUV135.0874.3458.75-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.52%
GREEN value IS 203 (79.69% from 255) = 72.24%
BLUE value IS 40 (16.02% from 255) = 14.23%
R=13.52%
G=72.24%
B=14.23%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal38203400.8100.800.20120.7368.4647.25
Hex26CB28510501479442f
Octal463135012101202417110457
Binary100110110010111010001010001010100001010011110011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26CB28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,203,40); }

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

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

 a { background-color: rgb(38,203,40); }

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

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

 span { border-color: rgb(38,203,40); }

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