Html Css Color HEX #36C028 Lime Green

📋 copy color: '#36C028'

red 54 ◦ green 192 ◦ blue 40

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

Shades of Lime Green #36C028

Tints of Lime Green #36C028

RGB

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

 GREEN value IS 192 (75.39% from 255) = 67.13%

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

R = 18.88%
G = 67.13%
B = 13.99%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#36C028 (or 0x36C028) is known color: Lime Green. HEX triplet: 36, C0 and 28. RGB value is (54,192,40). Sum of RGB (Red+Green+Blue) = 54+192+40=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 192 (75.39% from 255 or 67.13% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 192 - color contains mainly: green. Hex color #36C028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C028 is #C93FD7. Grayscale: #858585. Windows color (decimal): -13189080 or 2670646. OLE color: 2670646.

HSL color Cylindrical-coordinate representation of color #36C028: hue angle of 114.47º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36C028 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 54 192 40 -
CMYK 0.72 0 0.79 0.25
HSL 114.47º 0.66% 0.45% -
HSV(B) 114.47º 0.79% 0.75% -
XYZ 20.75 38.64 8.37 -
YUV 133.41 75.28 71.36 -
System Red Green Blue C M Y K H S L
Decimal 54 192 40 0.72 0 0.79 0.25 114.47 0.66 0.45
Hex 36 C0 28 48 0 4F 19 72 42 2D
Octal 66 300 50 110 0 117 31 162 102 55
Binary 110110 11000000 101000 1001000 0 1001111 11001 1110010 1000010 101101

Color Harmonies of #36C028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36C028

Black with #36C028

Text Example


Text Example

White with #36C028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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