#36E234

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

Shades of Lime Green #36E234

Tints of Lime Green #36E234

Color information

#36E234 (or 0x36E234) is unknown color: approx Lime Green. HEX triplet: 36, E2 and 34. RGB value is (54,226,52). Sum of RGB (Red+Green+Blue) = 54+226+52=332 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.27% from 332); Green value is 226 (88.67% from 255 or 68.07% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 226 - color contains mainly: green. Hex color #36E234 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36E234 is #C91DCB. Grayscale: #9B9B9B. Windows color (decimal): -13180364 or 3465782. OLE color: 3465782.

HSL color Cylindrical-coordinate representation of color #36E234: hue angle of 119.31º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36E234 is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB5422652-
CMYK0.7600.770.11
HSL119.31º75%54.51%-
HSV(B)119.31º76.99%88.63%-
XYZ29.3455.4212.4-
YUV154.7470.0256.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.27%
GREEN value IS 226 (88.67% from 255) = 68.07%
BLUE value IS 52 (20.70% from 255) = 15.66%
R=16.27%
G=68.07%
B=15.66%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal54226520.7600.770.11119.317554.51
Hex36E2344C04DB774b37
Octal663426411401151316711367
Binary11011011100010110100100110001001101101111101111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36E234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36E234; }

 p { color: rgb(54,226,52); }

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

<style>
 a { background-color: #36E234; }

 a { background-color: rgb(54,226,52); }

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

<style>
 span { border-color: #36E234; }

 span { border-color: rgb(54,226,52); }

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