Html Css Color HEX #28CA3C Lime Green

📋 copy color: '#28CA3C'

red 40 ◦ green 202 ◦ blue 60

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

Shades of Lime Green #28CA3C

Tints of Lime Green #28CA3C

RGB

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

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

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

R = 13.25%
G = 66.89%
B = 19.87%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#28CA3C (or 0x28CA3C) is known color: Lime Green. HEX triplet: 28, CA and 3C. RGB value is (40,202,60). Sum of RGB (Red+Green+Blue) = 40+202+60=302 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.25% from 302); Green value is 202 (79.30% from 255 or 66.89% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 202 - color contains mainly: green. Hex color #28CA3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CA3C is #D735C3. Grayscale: #898989. Windows color (decimal): -14104004 or 3983912. OLE color: 3983912.

HSL color Cylindrical-coordinate representation of color #28CA3C: hue angle of 127.41º 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 #28CA3C is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 40 202 60 -
CMYK 0.80 0 0.70 0.21
HSL 127.41º 0.67% 0.47% -
HSV(B) 127.41º 0.8% 0.79% -
XYZ 22.81 43.02 11.38 -
YUV 137.37 84.33 58.55 -
System Red Green Blue C M Y K H S L
Decimal 40 202 60 0.80 0 0.70 0.21 127.41 0.67 0.47
Hex 28 CA 3C 50 0 46 15 7F 43 2F
Octal 50 312 74 120 0 106 25 177 103 57
Binary 101000 11001010 111100 1010000 0 1000110 10101 1111111 1000011 101111

Color Harmonies of #28CA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CA3C

Black with #28CA3C

Text Example


Text Example

White with #28CA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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