Html Css Color HEX #28C60F Lime Green

📋 copy color: '#28C60F'

red 40 ◦ green 198 ◦ blue 15

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

Shades of Lime Green #28C60F

Tints of Lime Green #28C60F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 78.26%

 BLUE value IS 15 (6.25% from 255) = 5.93%

R = 15.81%
G = 78.26%
B = 5.93%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#28C60F (or 0x28C60F) is known color: Lime Green. HEX triplet: 28, C6 and 0F. RGB value is (40,198,15). Sum of RGB (Red+Green+Blue) = 40+198+15=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 198 (77.73% from 255 or 78.26% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 198 - color contains mainly: green. Hex color #28C60F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28C60F is #D739F0. Grayscale: #828282. Windows color (decimal): -14105073 or 1033768. OLE color: 1033768.

HSL color Cylindrical-coordinate representation of color #28C60F: hue angle of 111.8º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #28C60F is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 40 198 15 -
CMYK 0.80 0 0.92 0.22
HSL 111.8º 0.86% 0.42% -
HSV(B) 111.8º 0.92% 0.78% -
XYZ 21.16 40.87 7.23 -
YUV 129.9 63.15 63.88 -
System Red Green Blue C M Y K H S L
Decimal 40 198 15 0.80 0 0.92 0.22 111.8 0.86 0.42
Hex 28 C6 F 50 0 5C 16 70 56 2A
Octal 50 306 17 120 0 134 26 160 126 52
Binary 101000 11000110 1111 1010000 0 1011100 10110 1110000 1010110 101010

Color Harmonies of #28C60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C60F

Black with #28C60F

Text Example


Text Example

White with #28C60F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,198,15); }

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

background-color css

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

 a { background-color: rgb(40,198,15); }

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

border-color css

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

 span { border-color: rgb(40,198,15); }

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