Html Css Color HEX #28FC3F Lime Green

📋 copy color: '#28FC3F'

red 40 ◦ green 252 ◦ blue 63

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

Shades of Lime Green #28FC3F

Tints of Lime Green #28FC3F

RGB

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

 GREEN value IS 252 (98.83% from 255) = 70.99%

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

R = 11.27%
G = 70.99%
B = 17.75%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#28FC3F (or 0x28FC3F) is known color: Lime Green. HEX triplet: 28, FC and 3F. RGB value is (40,252,63). Sum of RGB (Red+Green+Blue) = 40+252+63=355 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.27% from 355); Green value is 252 (98.83% from 255 or 70.99% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 252 - color contains mainly: green. Hex color #28FC3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28FC3F is #D703C0. Grayscale: #A7A7A7. Windows color (decimal): -14091201 or 4193320. OLE color: 4193320.

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

Color convert

RGB 40 252 63 -
CMYK 0.84 0 0.75 0.01
HSL 126.51º 0.97% 0.57% -
HSV(B) 126.51º 0.84% 0.99% -
XYZ 36.58 70.43 16.37 -
YUV 167.07 69.26 37.37 -
System Red Green Blue C M Y K H S L
Decimal 40 252 63 0.84 0 0.75 0.01 126.51 0.97 0.57
Hex 28 FC 3F 54 0 4B 1 7F 61 39
Octal 50 374 77 124 0 113 1 177 141 71
Binary 101000 11111100 111111 1010100 0 1001011 1 1111111 1100001 111001

Color Harmonies of #28FC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FC3F

Black with #28FC3F

Text Example


Text Example

White with #28FC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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