Html Css Color HEX #28C117 Lime Green

📋 copy color: '#28C117'

red 40 ◦ green 193 ◦ blue 23

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

Shades of Lime Green #28C117

Tints of Lime Green #28C117

RGB

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

 GREEN value IS 193 (75.78% from 255) = 75.39%

 BLUE value IS 23 (9.38% from 255) = 8.98%

R = 15.63%
G = 75.39%
B = 8.98%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#28C117 (or 0x28C117) is known color: Lime Green. HEX triplet: 28, C1 and 17. RGB value is (40,193,23). Sum of RGB (Red+Green+Blue) = 40+193+23=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 193 (75.78% from 255 or 75.39% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 193 - color contains mainly: green. Hex color #28C117 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28C117 is #D73EE8. Grayscale: #808080. Windows color (decimal): -14106345 or 1556776. OLE color: 1556776.

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

Color convert

RGB 40 193 23 -
CMYK 0.79 0 0.88 0.24
HSL 114º 0.79% 0.42% -
HSV(B) 114º 0.88% 0.76% -
XYZ 20.1 38.65 7.21 -
YUV 127.87 68.81 65.32 -
System Red Green Blue C M Y K H S L
Decimal 40 193 23 0.79 0 0.88 0.24 114 0.79 0.42
Hex 28 C1 17 4F 0 58 18 72 4F 2A
Octal 50 301 27 117 0 130 30 162 117 52
Binary 101000 11000001 10111 1001111 0 1011000 11000 1110010 1001111 101010

Color Harmonies of #28C117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C117

Black with #28C117

Text Example


Text Example

White with #28C117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,193,23); }

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

background-color css

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

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

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

border-color css

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

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

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