Html Css Color HEX #28CA24 Lime Green

📋 copy color: '#28CA24'

red 40 ◦ green 202 ◦ blue 36

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

Shades of Lime Green #28CA24

Tints of Lime Green #28CA24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.95%

R = 14.39%
G = 72.66%
B = 12.95%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#28CA24 (or 0x28CA24) is known color: Lime Green. HEX triplet: 28, CA and 24. RGB value is (40,202,36). Sum of RGB (Red+Green+Blue) = 40+202+36=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 202 (79.30% from 255 or 72.66% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 202 - color contains mainly: green. Hex color #28CA24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CA24 is #D735DB. Grayscale: #878787. Windows color (decimal): -14104028 or 2411048. OLE color: 2411048.

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

Color convert

RGB 40 202 36 -
CMYK 0.80 0 0.82 0.21
HSL 118.55º 0.7% 0.47% -
HSV(B) 118.55º 0.82% 0.79% -
XYZ 22.31 42.82 8.76 -
YUV 134.64 72.33 60.5 -
System Red Green Blue C M Y K H S L
Decimal 40 202 36 0.80 0 0.82 0.21 118.55 0.7 0.47
Hex 28 CA 24 50 0 52 15 77 46 2F
Octal 50 312 44 120 0 122 25 167 106 57
Binary 101000 11001010 100100 1010000 0 1010010 10101 1110111 1000110 101111

Color Harmonies of #28CA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CA24

Black with #28CA24

Text Example


Text Example

White with #28CA24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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