Html Css Color HEX #28F240 Lime Green

📋 copy color: '#28F240'

red 40 ◦ green 242 ◦ blue 64

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

Shades of Lime Green #28F240

Tints of Lime Green #28F240

RGB

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

 GREEN value IS 242 (94.92% from 255) = 69.94%

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

R = 11.56%
G = 69.94%
B = 18.5%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#28F240 (or 0x28F240) is known color: Lime Green. HEX triplet: 28, F2 and 40. RGB value is (40,242,64). Sum of RGB (Red+Green+Blue) = 40+242+64=346 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.56% from 346); Green value is 242 (94.92% from 255 or 69.94% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 242 - color contains mainly: green. Hex color #28F240 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F240 is #D70DBF. Grayscale: #A1A1A1. Windows color (decimal): -14093760 or 4256296. OLE color: 4256296.

HSL color Cylindrical-coordinate representation of color #28F240: hue angle of 127.13º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28F240 is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 40 242 64 -
CMYK 0.83 0 0.74 0.05
HSL 127.13º 0.89% 0.55% -
HSV(B) 127.13º 0.83% 0.95% -
XYZ 33.55 64.33 15.5 -
YUV 161.31 73.08 41.47 -
System Red Green Blue C M Y K H S L
Decimal 40 242 64 0.83 0 0.74 0.05 127.13 0.89 0.55
Hex 28 F2 40 53 0 4A 5 7F 59 37
Octal 50 362 100 123 0 112 5 177 131 67
Binary 101000 11110010 1000000 1010011 0 1001010 101 1111111 1011001 110111

Color Harmonies of #28F240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F240

Black with #28F240

Text Example


Text Example

White with #28F240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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