Html Css Color HEX #36F046 Lime Green

📋 copy color: '#36F046'

red 54 ◦ green 240 ◦ blue 70

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

Shades of Lime Green #36F046

Tints of Lime Green #36F046

RGB

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

 GREEN value IS 240 (94.14% from 255) = 65.93%

 BLUE value IS 70 (27.73% from 255) = 19.23%

R = 14.84%
G = 65.93%
B = 19.23%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#36F046 (or 0x36F046) is known color: Lime Green. HEX triplet: 36, F0 and 46. RGB value is (54,240,70). Sum of RGB (Red+Green+Blue) = 54+240+70=364 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.84% from 364); Green value is 240 (94.14% from 255 or 65.93% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 240 - color contains mainly: green. Hex color #36F046 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F046 is #C90FB9. Grayscale: #A5A5A5. Windows color (decimal): -13176762 or 4649014. OLE color: 4649014.

HSL color Cylindrical-coordinate representation of color #36F046: hue angle of 125.16º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36F046 is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 54 240 70 -
CMYK 0.78 0 0.71 0.06
HSL 125.16º 0.86% 0.58% -
HSV(B) 125.16º 0.78% 0.94% -
XYZ 33.79 63.55 16.28 -
YUV 165.01 74.38 48.82 -
System Red Green Blue C M Y K H S L
Decimal 54 240 70 0.78 0 0.71 0.06 125.16 0.86 0.58
Hex 36 F0 46 4E 0 47 6 7D 56 3A
Octal 66 360 106 116 0 107 6 175 126 72
Binary 110110 11110000 1000110 1001110 0 1000111 110 1111101 1010110 111010

Color Harmonies of #36F046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36F046

Black with #36F046

Text Example


Text Example

White with #36F046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,240,70); }

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

background-color css

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

 a { background-color: rgb(54,240,70); }

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

border-color css

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

 span { border-color: rgb(54,240,70); }

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