Html Css Color HEX #28C013 Lime Green

📋 copy color: '#28C013'

red 40 ◦ green 192 ◦ blue 19

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

Shades of Lime Green #28C013

Tints of Lime Green #28C013

RGB

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

 GREEN value IS 192 (75.39% from 255) = 76.49%

 BLUE value IS 19 (7.81% from 255) = 7.57%

R = 15.94%
G = 76.49%
B = 7.57%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#28C013 (or 0x28C013) is known color: Lime Green. HEX triplet: 28, C0 and 13. RGB value is (40,192,19). Sum of RGB (Red+Green+Blue) = 40+192+19=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 192 (75.39% from 255 or 76.49% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 192 - color contains mainly: green. Hex color #28C013 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28C013 is #D73FEC. Grayscale: #7F7F7F. Windows color (decimal): -14106605 or 1294376. OLE color: 1294376.

HSL color Cylindrical-coordinate representation of color #28C013: hue angle of 112.72º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28C013 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 192 19 -
CMYK 0.79 0 0.90 0.25
HSL 112.72º 0.82% 0.41% -
HSV(B) 112.72º 0.9% 0.75% -
XYZ 19.84 38.2 6.94 -
YUV 126.83 67.14 66.07 -
System Red Green Blue C M Y K H S L
Decimal 40 192 19 0.79 0 0.90 0.25 112.72 0.82 0.41
Hex 28 C0 13 4F 0 5A 19 71 52 29
Octal 50 300 23 117 0 132 31 161 122 51
Binary 101000 11000000 10011 1001111 0 1011010 11001 1110001 1010010 101001

Color Harmonies of #28C013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C013

Black with #28C013

Text Example


Text Example

White with #28C013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,192,19); }

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

background-color css

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

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

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

border-color css

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

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

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