Html Css Color HEX #28CA40 Lime Green

📋 copy color: '#28CA40'

red 40 ◦ green 202 ◦ blue 64

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

Shades of Lime Green #28CA40

Tints of Lime Green #28CA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.92%

R = 13.07%
G = 66.01%
B = 20.92%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#28CA40 (or 0x28CA40) is known color: Lime Green. HEX triplet: 28, CA and 40. RGB value is (40,202,64). Sum of RGB (Red+Green+Blue) = 40+202+64=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 202 (79.30% from 255 or 66.01% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 202 - color contains mainly: green. Hex color #28CA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CA40 is #D735BF. Grayscale: #8A8A8A. Windows color (decimal): -14104000 or 4246056. OLE color: 4246056.

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

Color convert

RGB 40 202 64 -
CMYK 0.80 0 0.68 0.21
HSL 128.89º 0.67% 0.47% -
HSV(B) 128.89º 0.8% 0.79% -
XYZ 22.92 43.06 11.95 -
YUV 137.83 86.33 58.22 -
System Red Green Blue C M Y K H S L
Decimal 40 202 64 0.80 0 0.68 0.21 128.89 0.67 0.47
Hex 28 CA 40 50 0 44 15 81 43 2F
Octal 50 312 100 120 0 104 25 201 103 57
Binary 101000 11001010 1000000 1010000 0 1000100 10101 10000001 1000011 101111

Color Harmonies of #28CA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CA40

Black with #28CA40

Text Example


Text Example

White with #28CA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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