Html Css Color HEX #28F12C Lime Green

📋 copy color: '#28F12C'

red 40 ◦ green 241 ◦ blue 44

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

Shades of Lime Green #28F12C

Tints of Lime Green #28F12C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.54%

R = 12.31%
G = 74.15%
B = 13.54%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#28F12C (or 0x28F12C) is known color: Lime Green. HEX triplet: 28, F1 and 2C. RGB value is (40,241,44). Sum of RGB (Red+Green+Blue) = 40+241+44=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 241 (94.53% from 255 or 74.15% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 241 - color contains mainly: green. Hex color #28F12C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F12C is #D70ED3. Grayscale: #9F9F9F. Windows color (decimal): -14094036 or 2945320. OLE color: 2945320.

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

Color convert

RGB 40 241 44 -
CMYK 0.83 0 0.82 0.05
HSL 121.19º 0.88% 0.55% -
HSV(B) 121.19º 0.83% 0.95% -
XYZ 32.78 63.54 12.92 -
YUV 158.44 63.41 43.52 -
System Red Green Blue C M Y K H S L
Decimal 40 241 44 0.83 0 0.82 0.05 121.19 0.88 0.55
Hex 28 F1 2C 53 0 52 5 79 58 37
Octal 50 361 54 123 0 122 5 171 130 67
Binary 101000 11110001 101100 1010011 0 1010010 101 1111001 1011000 110111

Color Harmonies of #28F12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F12C

Black with #28F12C

Text Example


Text Example

White with #28F12C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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