#26C427

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

Shades of Lime Green #26C427

Tints of Lime Green #26C427

Color information

#26C427 (or 0x26C427) is unknown color: approx Lime Green. HEX triplet: 26, C4 and 27. RGB value is (38,196,39). Sum of RGB (Red+Green+Blue) = 38+196+39=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 196 (76.95% from 255 or 71.79% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 196 - color contains mainly: green. Hex color #26C427 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C427 is #D93BD8. Grayscale: #838383. Windows color (decimal): -14236633 or 2606118. OLE color: 2606118.

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

Color convert

RGB3819639-
CMYK0.8100.800.23
HSL120.38º67.52%45.88%-
HSV(B)120.38º80.61%76.86%-
XYZ20.9140.048.55-
YUV130.8676.1561.77-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.92%
GREEN value IS 196 (76.95% from 255) = 71.79%
BLUE value IS 39 (15.62% from 255) = 14.29%
R=13.92%
G=71.79%
B=14.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal38196390.8100.800.23120.3867.5245.88
Hex26C427510501778442e
Octal463044712101202717010456
Binary100110110001001001111010001010100001011111110001000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26C427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,196,39); }

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

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

 a { background-color: rgb(38,196,39); }

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

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

 span { border-color: rgb(38,196,39); }

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