Html Css Color HEX #36C52F Lime Green

📋 copy color: '#36C52F'

red 54 ◦ green 197 ◦ blue 47

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

Shades of Lime Green #36C52F

Tints of Lime Green #36C52F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 66.11%

 BLUE value IS 47 (18.75% from 255) = 15.77%

R = 18.12%
G = 66.11%
B = 15.77%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#36C52F (or 0x36C52F) is known color: Lime Green. HEX triplet: 36, C5 and 2F. RGB value is (54,197,47). Sum of RGB (Red+Green+Blue) = 54+197+47=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 197 (77.34% from 255 or 66.11% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 197 - color contains mainly: green. Hex color #36C52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C52F is #C93AD0. Grayscale: #898989. Windows color (decimal): -13187793 or 3130678. OLE color: 3130678.

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

Color convert

RGB 54 197 47 -
CMYK 0.73 0 0.76 0.23
HSL 117.2º 0.61% 0.48% -
HSV(B) 117.2º 0.76% 0.77% -
XYZ 22 40.92 9.43 -
YUV 137.14 77.12 68.7 -
System Red Green Blue C M Y K H S L
Decimal 54 197 47 0.73 0 0.76 0.23 117.2 0.61 0.48
Hex 36 C5 2F 49 0 4C 17 75 3D 30
Octal 66 305 57 111 0 114 27 165 75 60
Binary 110110 11000101 101111 1001001 0 1001100 10111 1110101 111101 110000

Color Harmonies of #36C52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36C52F

Black with #36C52F

Text Example


Text Example

White with #36C52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,197,47); }

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

background-color css

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

 a { background-color: rgb(54,197,47); }

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

border-color css

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

 span { border-color: rgb(54,197,47); }

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