Html Css Color HEX #28BF1F Lime Green

📋 copy color: '#28BF1F'

red 40 ◦ green 191 ◦ blue 31

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

Shades of Lime Green #28BF1F

Tints of Lime Green #28BF1F

RGB

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

 GREEN value IS 191 (75% from 255) = 72.9%

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

R = 15.27%
G = 72.9%
B = 11.83%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#28BF1F (or 0x28BF1F) is known color: Lime Green. HEX triplet: 28, BF and 1F. RGB value is (40,191,31). Sum of RGB (Red+Green+Blue) = 40+191+31=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 191 (75% from 255 or 72.90% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 191 - color contains mainly: green. Hex color #28BF1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BF1F is #D740E0. Grayscale: #808080. Windows color (decimal): -14106849 or 2080552. OLE color: 2080552.

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

Color convert

RGB 40 191 31 -
CMYK 0.79 0 0.84 0.25
HSL 116.63º 0.72% 0.44% -
HSV(B) 116.63º 0.84% 0.75% -
XYZ 19.75 37.81 7.55 -
YUV 127.61 73.47 65.51 -
System Red Green Blue C M Y K H S L
Decimal 40 191 31 0.79 0 0.84 0.25 116.63 0.72 0.44
Hex 28 BF 1F 4F 0 54 19 75 48 2C
Octal 50 277 37 117 0 124 31 165 110 54
Binary 101000 10111111 11111 1001111 0 1010100 11001 1110101 1001000 101100

Color Harmonies of #28BF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BF1F

Black with #28BF1F

Text Example


Text Example

White with #28BF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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