Html Css Color HEX #28F02F Lime Green

📋 copy color: '#28F02F'

red 40 ◦ green 240 ◦ blue 47

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

Shades of Lime Green #28F02F

Tints of Lime Green #28F02F

RGB

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

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

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

R = 12.23%
G = 73.39%
B = 14.37%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#28F02F (or 0x28F02F) is known color: Lime Green. HEX triplet: 28, F0 and 2F. RGB value is (40,240,47). Sum of RGB (Red+Green+Blue) = 40+240+47=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 240 (94.14% from 255 or 73.39% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 240 - color contains mainly: green. Hex color #28F02F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F02F is #D70FD0. Grayscale: #9E9E9E. Windows color (decimal): -14094289 or 3141672. OLE color: 3141672.

HSL color Cylindrical-coordinate representation of color #28F02F: hue angle of 122.1º 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 #28F02F is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 40 240 47 -
CMYK 0.83 0 0.80 0.06
HSL 122.1º 0.87% 0.55% -
HSV(B) 122.1º 0.83% 0.94% -
XYZ 32.55 62.98 13.13 -
YUV 158.2 65.24 43.69 -
System Red Green Blue C M Y K H S L
Decimal 40 240 47 0.83 0 0.80 0.06 122.1 0.87 0.55
Hex 28 F0 2F 53 0 50 6 7A 57 37
Octal 50 360 57 123 0 120 6 172 127 67
Binary 101000 11110000 101111 1010011 0 1010000 110 1111010 1010111 110111

Color Harmonies of #28F02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F02F

Black with #28F02F

Text Example


Text Example

White with #28F02F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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