Html Css Color HEX #28C31F Lime Green

📋 copy color: '#28C31F'

red 40 ◦ green 195 ◦ blue 31

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

Shades of Lime Green #28C31F

Tints of Lime Green #28C31F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 73.31%

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

R = 15.04%
G = 73.31%
B = 11.65%

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

#28C31F (or 0x28C31F) is known color: Lime Green. HEX triplet: 28, C3 and 1F. RGB value is (40,195,31). Sum of RGB (Red+Green+Blue) = 40+195+31=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 195 (76.56% from 255 or 73.31% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 195 - color contains mainly: green. Hex color #28C31F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C31F is #D73CE0. Grayscale: #828282. Windows color (decimal): -14105825 or 2081576. OLE color: 2081576.

HSL color Cylindrical-coordinate representation of color #28C31F: hue angle of 116.71º degrees, saturation: 0.73, 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 #28C31F is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 40 195 31 -
CMYK 0.79 0 0.84 0.24
HSL 116.71º 0.73% 0.44% -
HSV(B) 116.71º 0.84% 0.76% -
XYZ 20.64 39.58 7.85 -
YUV 129.96 72.15 63.84 -
System Red Green Blue C M Y K H S L
Decimal 40 195 31 0.79 0 0.84 0.24 116.71 0.73 0.44
Hex 28 C3 1F 4F 0 54 18 75 49 2C
Octal 50 303 37 117 0 124 30 165 111 54
Binary 101000 11000011 11111 1001111 0 1010100 11000 1110101 1001001 101100

Color Harmonies of #28C31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C31F

Black with #28C31F

Text Example


Text Example

White with #28C31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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