Html Css Color HEX #28BF12 Lime Green

📋 copy color: '#28BF12'

red 40 ◦ green 191 ◦ blue 18

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

Shades of Lime Green #28BF12

Tints of Lime Green #28BF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.23%

R = 16.06%
G = 76.71%
B = 7.23%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#28BF12 (or 0x28BF12) is known color: Lime Green. HEX triplet: 28, BF and 12. RGB value is (40,191,18). Sum of RGB (Red+Green+Blue) = 40+191+18=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 191 (75% from 255 or 76.71% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 191 - color contains mainly: green. Hex color #28BF12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28BF12 is #D740ED. Grayscale: #7E7E7E. Windows color (decimal): -14106862 or 1228584. OLE color: 1228584.

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

Color convert

RGB 40 191 18 -
CMYK 0.79 0 0.91 0.25
HSL 112.37º 0.83% 0.41% -
HSV(B) 112.37º 0.91% 0.75% -
XYZ 19.62 37.76 6.83 -
YUV 126.13 66.97 66.57 -
System Red Green Blue C M Y K H S L
Decimal 40 191 18 0.79 0 0.91 0.25 112.37 0.83 0.41
Hex 28 BF 12 4F 0 5B 19 70 53 29
Octal 50 277 22 117 0 133 31 160 123 51
Binary 101000 10111111 10010 1001111 0 1011011 11001 1110000 1010011 101001

Color Harmonies of #28BF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BF12

Black with #28BF12

Text Example


Text Example

White with #28BF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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