Html Css Color HEX #28BF13 Lime Green

📋 copy color: '#28BF13'

red 40 ◦ green 191 ◦ blue 19

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

Shades of Lime Green #28BF13

Tints of Lime Green #28BF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.6%

R = 16%
G = 76.4%
B = 7.6%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#28BF13 (or 0x28BF13) is known color: Lime Green. HEX triplet: 28, BF and 13. RGB value is (40,191,19). Sum of RGB (Red+Green+Blue) = 40+191+19=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 191 (75% from 255 or 76.4% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 191 - color contains mainly: green. Hex color #28BF13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28BF13 is #D740EC. Grayscale: #7E7E7E. Windows color (decimal): -14106861 or 1294120. OLE color: 1294120.

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

Color convert

RGB 40 191 19 -
CMYK 0.79 0 0.90 0.25
HSL 112.67º 0.82% 0.41% -
HSV(B) 112.67º 0.9% 0.75% -
XYZ 19.62 37.76 6.87 -
YUV 126.24 67.47 66.49 -
System Red Green Blue C M Y K H S L
Decimal 40 191 19 0.79 0 0.90 0.25 112.67 0.82 0.41
Hex 28 BF 13 4F 0 5A 19 71 52 29
Octal 50 277 23 117 0 132 31 161 122 51
Binary 101000 10111111 10011 1001111 0 1011010 11001 1110001 1010010 101001

Color Harmonies of #28BF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BF13

Black with #28BF13

Text Example


Text Example

White with #28BF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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