Html Css Color HEX #36B52E Lime Green

📋 copy color: '#36B52E'

red 54 ◦ green 181 ◦ blue 46

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

Shades of Lime Green #36B52E

Tints of Lime Green #36B52E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 64.41%

 BLUE value IS 46 (18.36% from 255) = 16.37%

R = 19.22%
G = 64.41%
B = 16.37%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#36B52E (or 0x36B52E) is known color: Lime Green. HEX triplet: 36, B5 and 2E. RGB value is (54,181,46). Sum of RGB (Red+Green+Blue) = 54+181+46=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 181 (71.09% from 255 or 64.41% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 181 - color contains mainly: green. Hex color #36B52E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36B52E is #C94AD1. Grayscale: #808080. Windows color (decimal): -13191890 or 3061046. OLE color: 3061046.

HSL color Cylindrical-coordinate representation of color #36B52E: hue angle of 116.44º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36B52E is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 54 181 46 -
CMYK 0.70 0 0.75 0.29
HSL 116.44º 0.59% 0.45% -
HSV(B) 116.44º 0.75% 0.71% -
XYZ 18.54 34.03 8.18 -
YUV 127.64 81.92 75.48 -
System Red Green Blue C M Y K H S L
Decimal 54 181 46 0.70 0 0.75 0.29 116.44 0.59 0.45
Hex 36 B5 2E 46 0 4B 1D 74 3B 2D
Octal 66 265 56 106 0 113 35 164 73 55
Binary 110110 10110101 101110 1000110 0 1001011 11101 1110100 111011 101101

Color Harmonies of #36B52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36B52E

Black with #36B52E

Text Example


Text Example

White with #36B52E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,181,46); }

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

background-color css

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

 a { background-color: rgb(54,181,46); }

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

border-color css

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

 span { border-color: rgb(54,181,46); }

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