Html Css Color HEX #28CA18 Lime Green

📋 copy color: '#28CA18'

red 40 ◦ green 202 ◦ blue 24

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

Shades of Lime Green #28CA18

Tints of Lime Green #28CA18

RGB

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

 GREEN value IS 202 (79.3% from 255) = 75.94%

 BLUE value IS 24 (9.77% from 255) = 9.02%

R = 15.04%
G = 75.94%
B = 9.02%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#28CA18 (or 0x28CA18) is known color: Lime Green. HEX triplet: 28, CA and 18. RGB value is (40,202,24). Sum of RGB (Red+Green+Blue) = 40+202+24=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 202 (79.30% from 255 or 75.94% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 202 - color contains mainly: green. Hex color #28CA18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28CA18 is #D735E7. Grayscale: #858585. Windows color (decimal): -14104040 or 1624616. OLE color: 1624616.

HSL color Cylindrical-coordinate representation of color #28CA18: hue angle of 114.61º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #28CA18 is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 40 202 24 -
CMYK 0.80 0 0.88 0.21
HSL 114.61º 0.79% 0.44% -
HSV(B) 114.61º 0.88% 0.79% -
XYZ 22.16 42.76 7.95 -
YUV 133.27 66.33 61.47 -
System Red Green Blue C M Y K H S L
Decimal 40 202 24 0.80 0 0.88 0.21 114.61 0.79 0.44
Hex 28 CA 18 50 0 58 15 73 4F 2C
Octal 50 312 30 120 0 130 25 163 117 54
Binary 101000 11001010 11000 1010000 0 1011000 10101 1110011 1001111 101100

Color Harmonies of #28CA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CA18

Black with #28CA18

Text Example


Text Example

White with #28CA18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,202,24); }

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

background-color css

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

 a { background-color: rgb(40,202,24); }

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

border-color css

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

 span { border-color: rgb(40,202,24); }

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