Html Css Color HEX #36D545 Lime Green

📋 copy color: '#36D545'

red 54 ◦ green 213 ◦ blue 69

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

Shades of Lime Green #36D545

Tints of Lime Green #36D545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.54%

R = 16.07%
G = 63.39%
B = 20.54%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#36D545 (or 0x36D545) is known color: Lime Green. HEX triplet: 36, D5 and 45. RGB value is (54,213,69). Sum of RGB (Red+Green+Blue) = 54+213+69=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 213 (83.59% from 255 or 63.39% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 213 - color contains mainly: green. Hex color #36D545 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D545 is #C92ABA. Grayscale: #959595. Windows color (decimal): -13183675 or 4576566. OLE color: 4576566.

HSL color Cylindrical-coordinate representation of color #36D545: hue angle of 125.66º 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 #36D545 is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 54 213 69 -
CMYK 0.75 0 0.68 0.16
HSL 125.66º 0.65% 0.52% -
HSV(B) 125.66º 0.75% 0.84% -
XYZ 26.39 48.8 13.66 -
YUV 149.04 82.82 60.21 -
System Red Green Blue C M Y K H S L
Decimal 54 213 69 0.75 0 0.68 0.16 125.66 0.65 0.52
Hex 36 D5 45 4B 0 44 10 7E 41 34
Octal 66 325 105 113 0 104 20 176 101 64
Binary 110110 11010101 1000101 1001011 0 1000100 10000 1111110 1000001 110100

Color Harmonies of #36D545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36D545

Black with #36D545

Text Example


Text Example

White with #36D545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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