Html Css Color HEX #28C94C Lime Green

📋 copy color: '#28C94C'

red 40 ◦ green 201 ◦ blue 76

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

Shades of Lime Green #28C94C

Tints of Lime Green #28C94C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.97%

R = 12.62%
G = 63.41%
B = 23.97%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#28C94C (or 0x28C94C) is known color: Lime Green. HEX triplet: 28, C9 and 4C. RGB value is (40,201,76). Sum of RGB (Red+Green+Blue) = 40+201+76=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 201 (78.91% from 255 or 63.41% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 201 - color contains mainly: green. Hex color #28C94C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C94C is #D736B3. Grayscale: #8A8A8A. Windows color (decimal): -14104244 or 5032232. OLE color: 5032232.

HSL color Cylindrical-coordinate representation of color #28C94C: hue angle of 133.42º 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 #28C94C is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 40 201 76 -
CMYK 0.80 0 0.62 0.21
HSL 133.42º 0.67% 0.47% -
HSV(B) 133.42º 0.8% 0.79% -
XYZ 23.07 42.75 13.87 -
YUV 138.61 92.66 57.66 -
System Red Green Blue C M Y K H S L
Decimal 40 201 76 0.80 0 0.62 0.21 133.42 0.67 0.47
Hex 28 C9 4C 50 0 3E 15 85 43 2F
Octal 50 311 114 120 0 76 25 205 103 57
Binary 101000 11001001 1001100 1010000 0 111110 10101 10000101 1000011 101111

Color Harmonies of #28C94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C94C

Black with #28C94C

Text Example


Text Example

White with #28C94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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