#35DF26

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

Shades of Lime Green #35DF26

Tints of Lime Green #35DF26

Color information

#35DF26 (or 0x35DF26) is unknown color: approx Lime Green. HEX triplet: 35, DF and 26. RGB value is (53,223,38). Sum of RGB (Red+Green+Blue) = 53+223+38=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 223 (87.5% from 255 or 71.02% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 223 - color contains mainly: green. Hex color #35DF26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35DF26 is #CA20D9. Grayscale: #979797. Windows color (decimal): -13246682 or 2547509. OLE color: 2547509.

HSL color Cylindrical-coordinate representation of color #35DF26: hue angle of 115.14º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #35DF26 is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB5322338-
CMYK0.7600.830.13
HSL115.14º74.3%51.18%-
HSV(B)115.14º82.96%87.45%-
XYZ28.2153.6710.71-
YUV151.0864.1858.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.88%
GREEN value IS 223 (87.5% from 255) = 71.02%
BLUE value IS 38 (15.23% from 255) = 12.10%
R=16.88%
G=71.02%
B=12.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal53223380.7600.830.13115.1474.351.18
Hex35DF264C053D734a33
Octal653374611401231516311263
Binary11010111011111100110100110001010011110111100111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DF26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35DF26; }

 p { color: rgb(53,223,38); }

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

<style>
 a { background-color: #35DF26; }

 a { background-color: rgb(53,223,38); }

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

<style>
 span { border-color: #35DF26; }

 span { border-color: rgb(53,223,38); }

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