Html Css Color HEX #28B31F Lime Green

📋 copy color: '#28B31F'

red 40 ◦ green 179 ◦ blue 31

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

Shades of Lime Green #28B31F

Tints of Lime Green #28B31F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 71.6%

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

R = 16%
G = 71.6%
B = 12.4%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#28B31F (or 0x28B31F) is known color: Lime Green. HEX triplet: 28, B3 and 1F. RGB value is (40,179,31). Sum of RGB (Red+Green+Blue) = 40+179+31=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 179 (70.31% from 255 or 71.6% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 179 - color contains mainly: green. Hex color #28B31F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B31F is #D74CE0. Grayscale: #797979. Windows color (decimal): -14109921 or 2077480. OLE color: 2077480.

HSL color Cylindrical-coordinate representation of color #28B31F: hue angle of 116.35º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28B31F is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 40 179 31 -
CMYK 0.78 0 0.83 0.30
HSL 116.35º 0.7% 0.41% -
HSV(B) 116.35º 0.83% 0.7% -
XYZ 17.24 32.79 6.72 -
YUV 120.57 77.45 70.53 -
System Red Green Blue C M Y K H S L
Decimal 40 179 31 0.78 0 0.83 0.30 116.35 0.7 0.41
Hex 28 B3 1F 4E 0 53 1E 74 46 29
Octal 50 263 37 116 0 123 36 164 106 51
Binary 101000 10110011 11111 1001110 0 1010011 11110 1110100 1000110 101001

Color Harmonies of #28B31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B31F

Black with #28B31F

Text Example


Text Example

White with #28B31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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