Html Css Color HEX #28F53F Lime Green

📋 copy color: '#28F53F'

red 40 ◦ green 245 ◦ blue 63

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

Shades of Lime Green #28F53F

Tints of Lime Green #28F53F

RGB

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

 GREEN value IS 245 (96.09% from 255) = 70.4%

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

R = 11.49%
G = 70.4%
B = 18.1%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#28F53F (or 0x28F53F) is known color: Lime Green. HEX triplet: 28, F5 and 3F. RGB value is (40,245,63). Sum of RGB (Red+Green+Blue) = 40+245+63=348 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.49% from 348); Green value is 245 (96.09% from 255 or 70.40% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 245 - color contains mainly: green. Hex color #28F53F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F53F is #D70AC0. Grayscale: #A3A3A3. Windows color (decimal): -14092993 or 4191528. OLE color: 4191528.

HSL color Cylindrical-coordinate representation of color #28F53F: hue angle of 126.73º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F53F is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 40 245 63 -
CMYK 0.84 0 0.74 0.04
HSL 126.73º 0.91% 0.56% -
HSV(B) 126.73º 0.84% 0.96% -
XYZ 34.42 66.11 15.65 -
YUV 162.96 71.58 40.3 -
System Red Green Blue C M Y K H S L
Decimal 40 245 63 0.84 0 0.74 0.04 126.73 0.91 0.56
Hex 28 F5 3F 54 0 4A 4 7F 5B 38
Octal 50 365 77 124 0 112 4 177 133 70
Binary 101000 11110101 111111 1010100 0 1001010 100 1111111 1011011 111000

Color Harmonies of #28F53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F53F

Black with #28F53F

Text Example


Text Example

White with #28F53F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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