Html Css Color HEX #28C81F Lime Green

📋 copy color: '#28C81F'

red 40 ◦ green 200 ◦ blue 31

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

Shades of Lime Green #28C81F

Tints of Lime Green #28C81F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 73.8%

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

R = 14.76%
G = 73.8%
B = 11.44%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#28C81F (or 0x28C81F) is known color: Lime Green. HEX triplet: 28, C8 and 1F. RGB value is (40,200,31). Sum of RGB (Red+Green+Blue) = 40+200+31=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 200 (78.52% from 255 or 73.80% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 200 - color contains mainly: green. Hex color #28C81F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C81F is #D737E0. Grayscale: #858585. Windows color (decimal): -14104545 or 2082856. OLE color: 2082856.

HSL color Cylindrical-coordinate representation of color #28C81F: hue angle of 116.8º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #28C81F is Cyan = 0.8, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 40 200 31 -
CMYK 0.8 0 0.84 0.22
HSL 116.8º 0.73% 0.45% -
HSV(B) 116.8º 0.85% 0.78% -
XYZ 21.78 41.86 8.23 -
YUV 132.89 70.49 61.74 -
System Red Green Blue C M Y K H S L
Decimal 40 200 31 0.8 0 0.84 0.22 116.8 0.73 0.45
Hex 28 C8 1F 50 0 54 16 75 49 2D
Octal 50 310 37 120 0 124 26 165 111 55
Binary 101000 11001000 11111 1010000 0 1010100 10110 1110101 1001001 101101

Color Harmonies of #28C81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C81F

Black with #28C81F

Text Example


Text Example

White with #28C81F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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