Html Css Color HEX #36C227 Lime Green

📋 copy color: '#36C227'

red 54 ◦ green 194 ◦ blue 39

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

Shades of Lime Green #36C227

Tints of Lime Green #36C227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.59%

R = 18.82%
G = 67.6%
B = 13.59%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#36C227 (or 0x36C227) is known color: Lime Green. HEX triplet: 36, C2 and 27. RGB value is (54,194,39). Sum of RGB (Red+Green+Blue) = 54+194+39=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 194 (76.17% from 255 or 67.60% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 194 - color contains mainly: green. Hex color #36C227 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C227 is #C93DD8. Grayscale: #868686. Windows color (decimal): -13188569 or 2605622. OLE color: 2605622.

HSL color Cylindrical-coordinate representation of color #36C227: hue angle of 114.19º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #36C227 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 54 194 39 -
CMYK 0.72 0 0.80 0.24
HSL 114.19º 0.67% 0.46% -
HSV(B) 114.19º 0.8% 0.76% -
XYZ 21.18 39.51 8.43 -
YUV 134.47 74.12 70.6 -
System Red Green Blue C M Y K H S L
Decimal 54 194 39 0.72 0 0.80 0.24 114.19 0.67 0.46
Hex 36 C2 27 48 0 50 18 72 43 2E
Octal 66 302 47 110 0 120 30 162 103 56
Binary 110110 11000010 100111 1001000 0 1010000 11000 1110010 1000011 101110

Color Harmonies of #36C227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36C227

Black with #36C227

Text Example


Text Example

White with #36C227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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