Html Css Color HEX #28C228 Lime Green

📋 copy color: '#28C228'

red 40 ◦ green 194 ◦ blue 40

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

Shades of Lime Green #28C228

Tints of Lime Green #28C228

RGB

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

 GREEN value IS 194 (76.17% from 255) = 70.8%

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

R = 14.6%
G = 70.8%
B = 14.6%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#28C228 (or 0x28C228) is known color: Lime Green. HEX triplet: 28, C2 and 28. RGB value is (40,194,40). Sum of RGB (Red+Green+Blue) = 40+194+40=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 194 (76.17% from 255 or 70.80% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 194 - color contains mainly: green. Hex color #28C228 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C228 is #D73DD7. Grayscale: #828282. Windows color (decimal): -14106072 or 2671144. OLE color: 2671144.

HSL color Cylindrical-coordinate representation of color #28C228: hue angle of 120º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C228 is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 40 194 40 -
CMYK 0.79 0 0.79 0.24
HSL 120º 0.66% 0.46% -
HSV(B) 120º 0.79% 0.76% -
XYZ 20.55 39.19 8.49 -
YUV 130.4 76.98 63.52 -
System Red Green Blue C M Y K H S L
Decimal 40 194 40 0.79 0 0.79 0.24 120 0.66 0.46
Hex 28 C2 28 4F 0 4F 18 78 42 2E
Octal 50 302 50 117 0 117 30 170 102 56
Binary 101000 11000010 101000 1001111 0 1001111 11000 1111000 1000010 101110

Color Harmonies of #28C228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C228

Black with #28C228

Text Example


Text Example

White with #28C228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,194,40); }

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

background-color css

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

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

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

border-color css

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

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

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