Html Css Color HEX #36C234 Lime Green

📋 copy color: '#36C234'

red 54 ◦ green 194 ◦ blue 52

#36C234
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #36C234

Tints of Lime Green #36C234

RGB

 RED value IS 54 (21.48% from 255) = 18%

 GREEN value IS 194 (76.17% from 255) = 64.67%

 BLUE value IS 52 (20.7% from 255) = 17.33%

R = 18%
G = 64.67%
B = 17.33%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#36C234 (or 0x36C234) is known color: Lime Green. HEX triplet: 36, C2 and 34. RGB value is (54,194,52). Sum of RGB (Red+Green+Blue) = 54+194+52=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 194 (76.17% from 255 or 64.67% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 194 - color contains mainly: green. Hex color #36C234 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C234 is #C93DCB. Grayscale: #888888. Windows color (decimal): -13188556 or 3457590. OLE color: 3457590.

HSL color Cylindrical-coordinate representation of color #36C234: hue angle of 119.15º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36C234 is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 54 194 52 -
CMYK 0.72 0 0.73 0.24
HSL 119.15º 0.58% 0.48% -
HSV(B) 119.15º 0.73% 0.76% -
XYZ 21.43 39.62 9.77 -
YUV 135.95 80.62 69.55 -
System Red Green Blue C M Y K H S L
Decimal 54 194 52 0.72 0 0.73 0.24 119.15 0.58 0.48
Hex 36 C2 34 48 0 49 18 77 3A 30
Octal 66 302 64 110 0 111 30 167 72 60
Binary 110110 11000010 110100 1001000 0 1001001 11000 1110111 111010 110000

Color Harmonies of #36C234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36C234

Black with #36C234

Text Example


Text Example

White with #36C234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #36C234;
 }
 .AnyTagClassName
 {
   color: #36C234;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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