Html Css Color HEX #28F52F Lime Green

📋 copy color: '#28F52F'

red 40 ◦ green 245 ◦ blue 47

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

Shades of Lime Green #28F52F

Tints of Lime Green #28F52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.16%

R = 12.05%
G = 73.8%
B = 14.16%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#28F52F (or 0x28F52F) is known color: Lime Green. HEX triplet: 28, F5 and 2F. RGB value is (40,245,47). Sum of RGB (Red+Green+Blue) = 40+245+47=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 245 (96.09% from 255 or 73.80% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 245 - color contains mainly: green. Hex color #28F52F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F52F is #D70AD0. Grayscale: #A1A1A1. Windows color (decimal): -14093009 or 3142952. OLE color: 3142952.

HSL color Cylindrical-coordinate representation of color #28F52F: hue angle of 122.05º 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 #28F52F is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 40 245 47 -
CMYK 0.84 0 0.81 0.04
HSL 122.05º 0.91% 0.56% -
HSV(B) 122.05º 0.84% 0.96% -
XYZ 34.04 65.96 13.63 -
YUV 161.13 63.58 41.6 -
System Red Green Blue C M Y K H S L
Decimal 40 245 47 0.84 0 0.81 0.04 122.05 0.91 0.56
Hex 28 F5 2F 54 0 51 4 7A 5B 38
Octal 50 365 57 124 0 121 4 172 133 70
Binary 101000 11110101 101111 1010100 0 1010001 100 1111010 1011011 111000

Color Harmonies of #28F52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F52F

Black with #28F52F

Text Example


Text Example

White with #28F52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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