Html Css Color HEX #36D648 Lime Green

📋 copy color: '#36D648'

red 54 ◦ green 214 ◦ blue 72

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

Shades of Lime Green #36D648

Tints of Lime Green #36D648

RGB

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

 GREEN value IS 214 (83.98% from 255) = 62.94%

 BLUE value IS 72 (28.52% from 255) = 21.18%

R = 15.88%
G = 62.94%
B = 21.18%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#36D648 (or 0x36D648) is known color: Lime Green. HEX triplet: 36, D6 and 48. RGB value is (54,214,72). Sum of RGB (Red+Green+Blue) = 54+214+72=340 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.88% from 340); Green value is 214 (83.98% from 255 or 62.94% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 214 - color contains mainly: green. Hex color #36D648 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D648 is #C929B7. Grayscale: #969696. Windows color (decimal): -13183416 or 4773430. OLE color: 4773430.

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

Color convert

RGB 54 214 72 -
CMYK 0.75 0 0.66 0.16
HSL 126.75º 0.66% 0.53% -
HSV(B) 126.75º 0.75% 0.84% -
XYZ 26.74 49.35 14.25 -
YUV 149.97 83.99 59.55 -
System Red Green Blue C M Y K H S L
Decimal 54 214 72 0.75 0 0.66 0.16 126.75 0.66 0.53
Hex 36 D6 48 4B 0 42 10 7F 42 35
Octal 66 326 110 113 0 102 20 177 102 65
Binary 110110 11010110 1001000 1001011 0 1000010 10000 1111111 1000010 110101

Color Harmonies of #36D648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36D648

Black with #36D648

Text Example


Text Example

White with #36D648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,214,72); }

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

background-color css

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

 a { background-color: rgb(54,214,72); }

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

border-color css

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

 span { border-color: rgb(54,214,72); }

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