Html Css Color HEX #28FA3F Lime Green

📋 copy color: '#28FA3F'

red 40 ◦ green 250 ◦ blue 63

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

Shades of Lime Green #28FA3F

Tints of Lime Green #28FA3F

RGB

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

 GREEN value IS 250 (98.05% from 255) = 70.82%

 BLUE value IS 63 (25% from 255) = 17.85%

R = 11.33%
G = 70.82%
B = 17.85%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#28FA3F (or 0x28FA3F) is known color: Lime Green. HEX triplet: 28, FA and 3F. RGB value is (40,250,63). Sum of RGB (Red+Green+Blue) = 40+250+63=353 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.33% from 353); Green value is 250 (98.05% from 255 or 70.82% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 250 - color contains mainly: green. Hex color #28FA3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28FA3F is #D705C0. Grayscale: #A6A6A6. Windows color (decimal): -14091713 or 4192808. OLE color: 4192808.

HSL color Cylindrical-coordinate representation of color #28FA3F: hue angle of 126.57º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FA3F is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 250 63 -
CMYK 0.84 0 0.75 0.02
HSL 126.57º 0.95% 0.57% -
HSV(B) 126.57º 0.84% 0.98% -
XYZ 35.96 69.18 16.16 -
YUV 165.89 69.93 38.21 -
System Red Green Blue C M Y K H S L
Decimal 40 250 63 0.84 0 0.75 0.02 126.57 0.95 0.57
Hex 28 FA 3F 54 0 4B 2 7F 5F 39
Octal 50 372 77 124 0 113 2 177 137 71
Binary 101000 11111010 111111 1010100 0 1001011 10 1111111 1011111 111001

Color Harmonies of #28FA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FA3F

Black with #28FA3F

Text Example


Text Example

White with #28FA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,250,63); }

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

background-color css

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

 a { background-color: rgb(40,250,63); }

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

border-color css

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

 span { border-color: rgb(40,250,63); }

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