Html Css Color HEX #28C311 Lime Green

📋 copy color: '#28C311'

red 40 ◦ green 195 ◦ blue 17

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

Shades of Lime Green #28C311

Tints of Lime Green #28C311

RGB

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

 GREEN value IS 195 (76.56% from 255) = 77.38%

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

R = 15.87%
G = 77.38%
B = 6.75%

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

#28C311 (or 0x28C311) is known color: Lime Green. HEX triplet: 28, C3 and 11. RGB value is (40,195,17). Sum of RGB (Red+Green+Blue) = 40+195+17=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 195 (76.56% from 255 or 77.38% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 195 - color contains mainly: green. Hex color #28C311 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28C311 is #D73CEE. Grayscale: #808080. Windows color (decimal): -14105839 or 1164072. OLE color: 1164072.

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

Color convert

RGB 40 195 17 -
CMYK 0.79 0 0.91 0.24
HSL 112.25º 0.84% 0.42% -
HSV(B) 112.25º 0.91% 0.76% -
XYZ 20.49 39.52 7.08 -
YUV 128.36 65.15 64.97 -
System Red Green Blue C M Y K H S L
Decimal 40 195 17 0.79 0 0.91 0.24 112.25 0.84 0.42
Hex 28 C3 11 4F 0 5B 18 70 54 2A
Octal 50 303 21 117 0 133 30 160 124 52
Binary 101000 11000011 10001 1001111 0 1011011 11000 1110000 1010100 101010

Color Harmonies of #28C311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C311

Black with #28C311

Text Example


Text Example

White with #28C311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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