Html Css Color HEX #36C828 Lime Green

📋 copy color: '#36C828'

red 54 ◦ green 200 ◦ blue 40

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

Shades of Lime Green #36C828

Tints of Lime Green #36C828

RGB

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

 GREEN value IS 200 (78.52% from 255) = 68.03%

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

R = 18.37%
G = 68.03%
B = 13.61%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#36C828 (or 0x36C828) is known color: Lime Green. HEX triplet: 36, C8 and 28. RGB value is (54,200,40). Sum of RGB (Red+Green+Blue) = 54+200+40=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 200 (78.52% from 255 or 68.03% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 200 - color contains mainly: green. Hex color #36C828 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C828 is #C937D7. Grayscale: #8A8A8A. Windows color (decimal): -13187032 or 2672694. OLE color: 2672694.

HSL color Cylindrical-coordinate representation of color #36C828: hue angle of 114.75º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #36C828 is Cyan = 0.73, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.22.

Color convert

RGB 54 200 40 -
CMYK 0.73 0 0.8 0.22
HSL 114.75º 0.67% 0.47% -
HSV(B) 114.75º 0.8% 0.78% -
XYZ 22.56 42.25 8.97 -
YUV 138.11 72.63 68.01 -
System Red Green Blue C M Y K H S L
Decimal 54 200 40 0.73 0 0.8 0.22 114.75 0.67 0.47
Hex 36 C8 28 49 0 50 16 73 43 2F
Octal 66 310 50 111 0 120 26 163 103 57
Binary 110110 11001000 101000 1001001 0 1010000 10110 1110011 1000011 101111

Color Harmonies of #36C828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36C828

Black with #36C828

Text Example


Text Example

White with #36C828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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