Html Css Color HEX #28C942 Lime Green

📋 copy color: '#28C942'

red 40 ◦ green 201 ◦ blue 66

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

Shades of Lime Green #28C942

Tints of Lime Green #28C942

RGB

 RED value IS 40 (16.02% from 255) = 13.03%

 GREEN value IS 201 (78.91% from 255) = 65.47%

 BLUE value IS 66 (26.17% from 255) = 21.5%

R = 13.03%
G = 65.47%
B = 21.5%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#28C942 (or 0x28C942) is known color: Lime Green. HEX triplet: 28, C9 and 42. RGB value is (40,201,66). Sum of RGB (Red+Green+Blue) = 40+201+66=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 201 (78.91% from 255 or 65.47% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 201 - color contains mainly: green. Hex color #28C942 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C942 is #D736BD. Grayscale: #898989. Windows color (decimal): -14104254 or 4376872. OLE color: 4376872.

HSL color Cylindrical-coordinate representation of color #28C942: hue angle of 129.69º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C942 is Cyan = 0.80, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 40 201 66 -
CMYK 0.80 0 0.67 0.21
HSL 129.69º 0.67% 0.47% -
HSV(B) 129.69º 0.8% 0.79% -
XYZ 22.75 42.62 12.18 -
YUV 137.47 87.66 58.48 -
System Red Green Blue C M Y K H S L
Decimal 40 201 66 0.80 0 0.67 0.21 129.69 0.67 0.47
Hex 28 C9 42 50 0 43 15 82 43 2F
Octal 50 311 102 120 0 103 25 202 103 57
Binary 101000 11001001 1000010 1010000 0 1000011 10101 10000010 1000011 101111

Color Harmonies of #28C942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C942

Black with #28C942

Text Example


Text Example

White with #28C942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28C942; }

 p { color: rgb(40,201,66); }

 H1.HeaderClassName
 {
   color: #28C942;
 }
 .AnyTagClassName
 {
   color: #28C942;
 }
</style>

background-color css

<style>
 a { background-color: #28C942; }

 a { background-color: rgb(40,201,66); }

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

border-color css

<style>
 span { border-color: #28C942; }

 span { border-color: rgb(40,201,66); }

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