Html Css Color HEX #36C31F Lime Green

📋 copy color: '#36C31F'

red 54 ◦ green 195 ◦ blue 31

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

Shades of Lime Green #36C31F

Tints of Lime Green #36C31F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 69.64%

 BLUE value IS 31 (12.5% from 255) = 11.07%

R = 19.29%
G = 69.64%
B = 11.07%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#36C31F (or 0x36C31F) is known color: Lime Green. HEX triplet: 36, C3 and 1F. RGB value is (54,195,31). Sum of RGB (Red+Green+Blue) = 54+195+31=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 195 (76.56% from 255 or 69.64% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 195 - color contains mainly: green. Hex color #36C31F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C31F is #C93CE0. Grayscale: #868686. Windows color (decimal): -13188321 or 2081590. OLE color: 2081590.

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

Color convert

RGB 54 195 31 -
CMYK 0.72 0 0.84 0.24
HSL 111.59º 0.73% 0.44% -
HSV(B) 111.59º 0.84% 0.76% -
XYZ 21.28 39.91 7.88 -
YUV 134.15 69.79 70.84 -
System Red Green Blue C M Y K H S L
Decimal 54 195 31 0.72 0 0.84 0.24 111.59 0.73 0.44
Hex 36 C3 1F 48 0 54 18 70 49 2C
Octal 66 303 37 110 0 124 30 160 111 54
Binary 110110 11000011 11111 1001000 0 1010100 11000 1110000 1001001 101100

Color Harmonies of #36C31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36C31F

Black with #36C31F

Text Example


Text Example

White with #36C31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,195,31); }

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

background-color css

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

 a { background-color: rgb(54,195,31); }

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

border-color css

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

 span { border-color: rgb(54,195,31); }

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