Html Css Color HEX #36A82F Lime Green

📋 copy color: '#36A82F'

red 54 ◦ green 168 ◦ blue 47

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

Shades of Lime Green #36A82F

Tints of Lime Green #36A82F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 62.45%

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

R = 20.07%
G = 62.45%
B = 17.47%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#36A82F (or 0x36A82F) is known color: Lime Green. HEX triplet: 36, A8 and 2F. RGB value is (54,168,47). Sum of RGB (Red+Green+Blue) = 54+168+47=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 168 (66.02% from 255 or 62.45% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 168 - color contains mainly: green. Hex color #36A82F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36A82F is #C957D0. Grayscale: #787878. Windows color (decimal): -13195217 or 3123254. OLE color: 3123254.

HSL color Cylindrical-coordinate representation of color #36A82F: hue angle of 116.53º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36A82F is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB 54 168 47 -
CMYK 0.68 0 0.72 0.34
HSL 116.53º 0.56% 0.42% -
HSV(B) 116.53º 0.72% 0.66% -
XYZ 16.04 28.99 7.44 -
YUV 120.12 86.73 80.84 -
System Red Green Blue C M Y K H S L
Decimal 54 168 47 0.68 0 0.72 0.34 116.53 0.56 0.42
Hex 36 A8 2F 44 0 48 22 75 38 2A
Octal 66 250 57 104 0 110 42 165 70 52
Binary 110110 10101000 101111 1000100 0 1001000 100010 1110101 111000 101010

Color Harmonies of #36A82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36A82F

Black with #36A82F

Text Example


Text Example

White with #36A82F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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