Html Css Color HEX #28F13C Lime Green

📋 copy color: '#28F13C'

red 40 ◦ green 241 ◦ blue 60

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

Shades of Lime Green #28F13C

Tints of Lime Green #28F13C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.6%

R = 11.73%
G = 70.67%
B = 17.6%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#28F13C (or 0x28F13C) is known color: Lime Green. HEX triplet: 28, F1 and 3C. RGB value is (40,241,60). Sum of RGB (Red+Green+Blue) = 40+241+60=341 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.73% from 341); Green value is 241 (94.53% from 255 or 70.67% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 241 - color contains mainly: green. Hex color #28F13C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F13C is #D70EC3. Grayscale: #A0A0A0. Windows color (decimal): -14094020 or 3993896. OLE color: 3993896.

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

Color convert

RGB 40 241 60 -
CMYK 0.83 0 0.75 0.05
HSL 125.97º 0.88% 0.55% -
HSV(B) 125.97º 0.83% 0.95% -
XYZ 33.15 63.69 14.82 -
YUV 160.27 71.41 42.22 -
System Red Green Blue C M Y K H S L
Decimal 40 241 60 0.83 0 0.75 0.05 125.97 0.88 0.55
Hex 28 F1 3C 53 0 4B 5 7E 58 37
Octal 50 361 74 123 0 113 5 176 130 67
Binary 101000 11110001 111100 1010011 0 1001011 101 1111110 1011000 110111

Color Harmonies of #28F13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F13C

Black with #28F13C

Text Example


Text Example

White with #28F13C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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