Html Css Color HEX #28CA4A Lime Green

📋 copy color: '#28CA4A'

red 40 ◦ green 202 ◦ blue 74

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

Shades of Lime Green #28CA4A

Tints of Lime Green #28CA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.42%

R = 12.66%
G = 63.92%
B = 23.42%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#28CA4A (or 0x28CA4A) is known color: Lime Green. HEX triplet: 28, CA and 4A. RGB value is (40,202,74). Sum of RGB (Red+Green+Blue) = 40+202+74=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 202 (79.30% from 255 or 63.92% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 202 - color contains mainly: green. Hex color #28CA4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CA4A is #D735B5. Grayscale: #8B8B8B. Windows color (decimal): -14103990 or 4901416. OLE color: 4901416.

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

Color convert

RGB 40 202 74 -
CMYK 0.80 0 0.63 0.21
HSL 132.59º 0.67% 0.47% -
HSV(B) 132.59º 0.8% 0.79% -
XYZ 23.23 43.19 13.59 -
YUV 138.97 91.33 57.41 -
System Red Green Blue C M Y K H S L
Decimal 40 202 74 0.80 0 0.63 0.21 132.59 0.67 0.47
Hex 28 CA 4A 50 0 3F 15 85 43 2F
Octal 50 312 112 120 0 77 25 205 103 57
Binary 101000 11001010 1001010 1010000 0 111111 10101 10000101 1000011 101111

Color Harmonies of #28CA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CA4A

Black with #28CA4A

Text Example


Text Example

White with #28CA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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