Html Css Color HEX #36D028 Lime Green

📋 copy color: '#36D028'

red 54 ◦ green 208 ◦ blue 40

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

Shades of Lime Green #36D028

Tints of Lime Green #36D028

RGB

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

 GREEN value IS 208 (81.64% from 255) = 68.87%

 BLUE value IS 40 (16.02% from 255) = 13.25%

R = 17.88%
G = 68.87%
B = 13.25%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#36D028 (or 0x36D028) is known color: Lime Green. HEX triplet: 36, D0 and 28. RGB value is (54,208,40). Sum of RGB (Red+Green+Blue) = 54+208+40=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 208 (81.64% from 255 or 68.87% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 208 - color contains mainly: green. Hex color #36D028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D028 is #C92FD7. Grayscale: #8F8F8F. Windows color (decimal): -13184984 or 2674742. OLE color: 2674742.

HSL color Cylindrical-coordinate representation of color #36D028: hue angle of 115º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #36D028 is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 54 208 40 -
CMYK 0.74 0 0.81 0.18
HSL 115º 0.68% 0.49% -
HSV(B) 115º 0.81% 0.82% -
XYZ 24.46 46.05 9.61 -
YUV 142.8 69.98 64.66 -
System Red Green Blue C M Y K H S L
Decimal 54 208 40 0.74 0 0.81 0.18 115 0.68 0.49
Hex 36 D0 28 4A 0 51 12 73 44 31
Octal 66 320 50 112 0 121 22 163 104 61
Binary 110110 11010000 101000 1001010 0 1010001 10010 1110011 1000100 110001

Color Harmonies of #36D028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36D028

Black with #36D028

Text Example


Text Example

White with #36D028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,208,40); }

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

background-color css

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

 a { background-color: rgb(54,208,40); }

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

border-color css

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

 span { border-color: rgb(54,208,40); }

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