Html Css Color HEX #28C211 Lime Green

📋 copy color: '#28C211'

red 40 ◦ green 194 ◦ blue 17

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

Shades of Lime Green #28C211

Tints of Lime Green #28C211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.77%

R = 15.94%
G = 77.29%
B = 6.77%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#28C211 (or 0x28C211) is known color: Lime Green. HEX triplet: 28, C2 and 11. RGB value is (40,194,17). Sum of RGB (Red+Green+Blue) = 40+194+17=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 194 (76.17% from 255 or 77.29% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 194 - color contains mainly: green. Hex color #28C211 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28C211 is #D73DEE. Grayscale: #808080. Windows color (decimal): -14106095 or 1163816. OLE color: 1163816.

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

Color convert

RGB 40 194 17 -
CMYK 0.79 0 0.91 0.24
HSL 112.2º 0.84% 0.41% -
HSV(B) 112.2º 0.91% 0.76% -
XYZ 20.27 39.08 7 -
YUV 127.78 65.48 65.39 -
System Red Green Blue C M Y K H S L
Decimal 40 194 17 0.79 0 0.91 0.24 112.2 0.84 0.41
Hex 28 C2 11 4F 0 5B 18 70 54 29
Octal 50 302 21 117 0 133 30 160 124 51
Binary 101000 11000010 10001 1001111 0 1011011 11000 1110000 1010100 101001

Color Harmonies of #28C211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C211

Black with #28C211

Text Example


Text Example

White with #28C211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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