Html Css Color HEX #28C11F Lime Green

📋 copy color: '#28C11F'

red 40 ◦ green 193 ◦ blue 31

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

Shades of Lime Green #28C11F

Tints of Lime Green #28C11F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.74%

R = 15.15%
G = 73.11%
B = 11.74%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#28C11F (or 0x28C11F) is known color: Lime Green. HEX triplet: 28, C1 and 1F. RGB value is (40,193,31). Sum of RGB (Red+Green+Blue) = 40+193+31=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 193 (75.78% from 255 or 73.11% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 193 - color contains mainly: green. Hex color #28C11F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C11F is #D73EE0. Grayscale: #818181. Windows color (decimal): -14106337 or 2081064. OLE color: 2081064.

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

Color convert

RGB 40 193 31 -
CMYK 0.79 0 0.84 0.24
HSL 116.67º 0.72% 0.44% -
HSV(B) 116.67º 0.84% 0.76% -
XYZ 20.19 38.69 7.7 -
YUV 128.79 72.81 64.67 -
System Red Green Blue C M Y K H S L
Decimal 40 193 31 0.79 0 0.84 0.24 116.67 0.72 0.44
Hex 28 C1 1F 4F 0 54 18 75 48 2C
Octal 50 301 37 117 0 124 30 165 110 54
Binary 101000 11000001 11111 1001111 0 1010100 11000 1110101 1001000 101100

Color Harmonies of #28C11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C11F

Black with #28C11F

Text Example


Text Example

White with #28C11F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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