Html Css Color HEX #36B325 Lime Green

📋 copy color: '#36B325'

red 54 ◦ green 179 ◦ blue 37

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

Shades of Lime Green #36B325

Tints of Lime Green #36B325

RGB

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

 GREEN value IS 179 (70.31% from 255) = 66.3%

 BLUE value IS 37 (14.84% from 255) = 13.7%

R = 20%
G = 66.3%
B = 13.7%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#36B325 (or 0x36B325) is known color: Lime Green. HEX triplet: 36, B3 and 25. RGB value is (54,179,37). Sum of RGB (Red+Green+Blue) = 54+179+37=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 179 (70.31% from 255 or 66.30% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 179 - color contains mainly: green. Hex color #36B325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36B325 is #C94CDA. Grayscale: #7D7D7D. Windows color (decimal): -13192411 or 2470710. OLE color: 2470710.

HSL color Cylindrical-coordinate representation of color #36B325: hue angle of 112.82º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36B325 is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 54 179 37 -
CMYK 0.70 0 0.79 0.30
HSL 112.82º 0.66% 0.42% -
HSV(B) 112.82º 0.79% 0.7% -
XYZ 17.98 33.16 7.2 -
YUV 125.44 78.09 77.05 -
System Red Green Blue C M Y K H S L
Decimal 54 179 37 0.70 0 0.79 0.30 112.82 0.66 0.42
Hex 36 B3 25 46 0 4F 1E 71 42 2A
Octal 66 263 45 106 0 117 36 161 102 52
Binary 110110 10110011 100101 1000110 0 1001111 11110 1110001 1000010 101010

Color Harmonies of #36B325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36B325

Black with #36B325

Text Example


Text Example

White with #36B325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,179,37); }

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

background-color css

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

 a { background-color: rgb(54,179,37); }

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

border-color css

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

 span { border-color: rgb(54,179,37); }

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