#35DE27

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

Shades of Lime Green #35DE27

Tints of Lime Green #35DE27

Color information

#35DE27 (or 0x35DE27) is unknown color: approx Lime Green. HEX triplet: 35, DE and 27. RGB value is (53,222,39). Sum of RGB (Red+Green+Blue) = 53+222+39=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 222 (87.11% from 255 or 70.70% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 222 - color contains mainly: green. Hex color #35DE27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35DE27 is #CA21D8. Grayscale: #979797. Windows color (decimal): -13246937 or 2612789. OLE color: 2612789.

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

Color convert

RGB5322239-
CMYK0.7600.820.13
HSL115.41º73.49%51.18%-
HSV(B)115.41º82.43%87.06%-
XYZ27.9653.1510.7-
YUV150.6165.0158.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.88%
GREEN value IS 222 (87.11% from 255) = 70.70%
BLUE value IS 39 (15.62% from 255) = 12.42%
R=16.88%
G=70.70%
B=12.42%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal53222390.7600.820.13115.4173.4951.18
Hex35DE274C052D734933
Octal653364711401221516311163
Binary11010111011110100111100110001010010110111100111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DE27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,222,39); }

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

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

 a { background-color: rgb(53,222,39); }

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

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

 span { border-color: rgb(53,222,39); }

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