Html Css Color HEX #28F040 Lime Green

📋 copy color: '#28F040'

red 40 ◦ green 240 ◦ blue 64

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

Shades of Lime Green #28F040

Tints of Lime Green #28F040

RGB

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

 GREEN value IS 240 (94.14% from 255) = 69.77%

 BLUE value IS 64 (25.39% from 255) = 18.6%

R = 11.63%
G = 69.77%
B = 18.6%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#28F040 (or 0x28F040) is known color: Lime Green. HEX triplet: 28, F0 and 40. RGB value is (40,240,64). Sum of RGB (Red+Green+Blue) = 40+240+64=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 240 (94.14% from 255 or 69.77% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 240 - color contains mainly: green. Hex color #28F040 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F040 is #D70FBF. Grayscale: #A0A0A0. Windows color (decimal): -14094272 or 4255784. OLE color: 4255784.

HSL color Cylindrical-coordinate representation of color #28F040: hue angle of 127.2º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28F040 is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 40 240 64 -
CMYK 0.83 0 0.73 0.06
HSL 127.2º 0.87% 0.55% -
HSV(B) 127.2º 0.83% 0.94% -
XYZ 32.96 63.14 15.3 -
YUV 160.14 73.74 42.31 -
System Red Green Blue C M Y K H S L
Decimal 40 240 64 0.83 0 0.73 0.06 127.2 0.87 0.55
Hex 28 F0 40 53 0 49 6 7F 57 37
Octal 50 360 100 123 0 111 6 177 127 67
Binary 101000 11110000 1000000 1010011 0 1001001 110 1111111 1010111 110111

Color Harmonies of #28F040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F040

Black with #28F040

Text Example


Text Example

White with #28F040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,240,64); }

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

background-color css

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

 a { background-color: rgb(40,240,64); }

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

border-color css

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

 span { border-color: rgb(40,240,64); }

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