Html Css Color HEX #28C44A Lime Green

📋 copy color: '#28C44A'

red 40 ◦ green 196 ◦ blue 74

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

Shades of Lime Green #28C44A

Tints of Lime Green #28C44A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 63.23%

 BLUE value IS 74 (29.3% from 255) = 23.87%

R = 12.9%
G = 63.23%
B = 23.87%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#28C44A (or 0x28C44A) is known color: Lime Green. HEX triplet: 28, C4 and 4A. RGB value is (40,196,74). Sum of RGB (Red+Green+Blue) = 40+196+74=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 196 (76.95% from 255 or 63.23% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 196 - color contains mainly: green. Hex color #28C44A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C44A is #D73BB5. Grayscale: #878787. Windows color (decimal): -14105526 or 4899880. OLE color: 4899880.

HSL color Cylindrical-coordinate representation of color #28C44A: hue angle of 133.08º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C44A is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 40 196 74 -
CMYK 0.80 0 0.62 0.23
HSL 133.08º 0.66% 0.46% -
HSV(B) 133.08º 0.8% 0.77% -
XYZ 21.85 40.43 13.13 -
YUV 135.45 93.32 59.92 -
System Red Green Blue C M Y K H S L
Decimal 40 196 74 0.80 0 0.62 0.23 133.08 0.66 0.46
Hex 28 C4 4A 50 0 3E 17 85 42 2E
Octal 50 304 112 120 0 76 27 205 102 56
Binary 101000 11000100 1001010 1010000 0 111110 10111 10000101 1000010 101110

Color Harmonies of #28C44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C44A

Black with #28C44A

Text Example


Text Example

White with #28C44A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,196,74); }

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

background-color css

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

 a { background-color: rgb(40,196,74); }

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

border-color css

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

 span { border-color: rgb(40,196,74); }

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