Html Css Color HEX #36D540 Lime Green

📋 copy color: '#36D540'

red 54 ◦ green 213 ◦ blue 64

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

Shades of Lime Green #36D540

Tints of Lime Green #36D540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.34%

R = 16.31%
G = 64.35%
B = 19.34%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#36D540 (or 0x36D540) is known color: Lime Green. HEX triplet: 36, D5 and 40. RGB value is (54,213,64). Sum of RGB (Red+Green+Blue) = 54+213+64=331 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.31% from 331); Green value is 213 (83.59% from 255 or 64.35% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 213 - color contains mainly: green. Hex color #36D540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D540 is #C92ABF. Grayscale: #949494. Windows color (decimal): -13183680 or 4248886. OLE color: 4248886.

HSL color Cylindrical-coordinate representation of color #36D540: hue angle of 123.77º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D540 is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 54 213 64 -
CMYK 0.75 0 0.70 0.16
HSL 123.77º 0.65% 0.52% -
HSV(B) 123.77º 0.75% 0.84% -
XYZ 26.24 48.74 12.88 -
YUV 148.47 80.32 60.62 -
System Red Green Blue C M Y K H S L
Decimal 54 213 64 0.75 0 0.70 0.16 123.77 0.65 0.52
Hex 36 D5 40 4B 0 46 10 7C 41 34
Octal 66 325 100 113 0 106 20 174 101 64
Binary 110110 11010101 1000000 1001011 0 1000110 10000 1111100 1000001 110100

Color Harmonies of #36D540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36D540

Black with #36D540

Text Example


Text Example

White with #36D540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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