#35E32C

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

Shades of Lime Green #35E32C

Tints of Lime Green #35E32C

Color information

#35E32C (or 0x35E32C) is unknown color: approx Lime Green. HEX triplet: 35, E3 and 2C. RGB value is (53,227,44). Sum of RGB (Red+Green+Blue) = 53+227+44=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 227 (89.06% from 255 or 70.06% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 227 - color contains mainly: green. Hex color #35E32C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35E32C is #CA1CD3. Grayscale: #9A9A9A. Windows color (decimal): -13245652 or 2941749. OLE color: 2941749.

HSL color Cylindrical-coordinate representation of color #35E32C: hue angle of 117.05º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #35E32C is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB5322744-
CMYK0.7700.810.11
HSL117.05º76.57%53.14%-
HSV(B)117.05º80.62%89.02%-
XYZ29.3955.8811.62-
YUV154.1165.8555.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.36%
GREEN value IS 227 (89.06% from 255) = 70.06%
BLUE value IS 44 (17.58% from 255) = 13.58%
R=16.36%
G=70.06%
B=13.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal53227440.7700.810.11117.0576.5753.14
Hex35E32C4D051B754d35
Octal653435411501211316511565
Binary11010111100011101100100110101010001101111101011001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,227,44); }

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

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

 a { background-color: rgb(53,227,44); }

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

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

 span { border-color: rgb(53,227,44); }

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