Html Css Color HEX #28F142 Lime Green

📋 copy color: '#28F142'

red 40 ◦ green 241 ◦ blue 66

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

Shades of Lime Green #28F142

Tints of Lime Green #28F142

RGB

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

 GREEN value IS 241 (94.53% from 255) = 69.45%

 BLUE value IS 66 (26.17% from 255) = 19.02%

R = 11.53%
G = 69.45%
B = 19.02%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#28F142 (or 0x28F142) is known color: Lime Green. HEX triplet: 28, F1 and 42. RGB value is (40,241,66). Sum of RGB (Red+Green+Blue) = 40+241+66=347 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.53% from 347); Green value is 241 (94.53% from 255 or 69.45% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 241 - color contains mainly: green. Hex color #28F142 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F142 is #D70EBD. Grayscale: #A1A1A1. Windows color (decimal): -14094014 or 4387112. OLE color: 4387112.

HSL color Cylindrical-coordinate representation of color #28F142: hue angle of 127.76º degrees, saturation: 0.88, 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 #28F142 is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 40 241 66 -
CMYK 0.83 0 0.73 0.05
HSL 127.76º 0.88% 0.55% -
HSV(B) 127.76º 0.83% 0.95% -
XYZ 33.31 63.76 15.7 -
YUV 160.95 74.41 41.73 -
System Red Green Blue C M Y K H S L
Decimal 40 241 66 0.83 0 0.73 0.05 127.76 0.88 0.55
Hex 28 F1 42 53 0 49 5 80 58 37
Octal 50 361 102 123 0 111 5 200 130 67
Binary 101000 11110001 1000010 1010011 0 1001001 101 10000000 1011000 110111

Color Harmonies of #28F142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F142

Black with #28F142

Text Example


Text Example

White with #28F142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,241,66); }

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

background-color css

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

 a { background-color: rgb(40,241,66); }

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

border-color css

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

 span { border-color: rgb(40,241,66); }

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