Html Css Color HEX #36D52B Lime Green

📋 copy color: '#36D52B'

red 54 ◦ green 213 ◦ blue 43

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

Shades of Lime Green #36D52B

Tints of Lime Green #36D52B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 68.71%

 BLUE value IS 43 (17.19% from 255) = 13.87%

R = 17.42%
G = 68.71%
B = 13.87%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#36D52B (or 0x36D52B) is known color: Lime Green. HEX triplet: 36, D5 and 2B. RGB value is (54,213,43). Sum of RGB (Red+Green+Blue) = 54+213+43=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 213 (83.59% from 255 or 68.71% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 213 - color contains mainly: green. Hex color #36D52B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D52B is #C92AD4. Grayscale: #929292. Windows color (decimal): -13183701 or 2872630. OLE color: 2872630.

HSL color Cylindrical-coordinate representation of color #36D52B: hue angle of 116.12º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #36D52B is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 54 213 43 -
CMYK 0.75 0 0.80 0.16
HSL 116.12º 0.67% 0.5% -
HSV(B) 116.12º 0.8% 0.84% -
XYZ 25.75 48.55 10.3 -
YUV 146.08 69.82 62.32 -
System Red Green Blue C M Y K H S L
Decimal 54 213 43 0.75 0 0.80 0.16 116.12 0.67 0.5
Hex 36 D5 2B 4B 0 50 10 74 43 32
Octal 66 325 53 113 0 120 20 164 103 62
Binary 110110 11010101 101011 1001011 0 1010000 10000 1110100 1000011 110010

Color Harmonies of #36D52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36D52B

Black with #36D52B

Text Example


Text Example

White with #36D52B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,213,43); }

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

background-color css

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

 a { background-color: rgb(54,213,43); }

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

border-color css

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

 span { border-color: rgb(54,213,43); }

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