Html Css Color HEX #28C52D Lime Green

📋 copy color: '#28C52D'

red 40 ◦ green 197 ◦ blue 45

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

Shades of Lime Green #28C52D

Tints of Lime Green #28C52D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 69.86%

 BLUE value IS 45 (17.97% from 255) = 15.96%

R = 14.18%
G = 69.86%
B = 15.96%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#28C52D (or 0x28C52D) is known color: Lime Green. HEX triplet: 28, C5 and 2D. RGB value is (40,197,45). Sum of RGB (Red+Green+Blue) = 40+197+45=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 197 (77.34% from 255 or 69.86% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 197 - color contains mainly: green. Hex color #28C52D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C52D is #D73AD2. Grayscale: #858585. Windows color (decimal): -14105299 or 2999592. OLE color: 2999592.

HSL color Cylindrical-coordinate representation of color #28C52D: hue angle of 121.91º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C52D is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 40 197 45 -
CMYK 0.80 0 0.77 0.23
HSL 121.91º 0.66% 0.46% -
HSV(B) 121.91º 0.8% 0.77% -
XYZ 21.31 40.57 9.19 -
YUV 132.73 78.49 61.86 -
System Red Green Blue C M Y K H S L
Decimal 40 197 45 0.80 0 0.77 0.23 121.91 0.66 0.46
Hex 28 C5 2D 50 0 4D 17 7A 42 2E
Octal 50 305 55 120 0 115 27 172 102 56
Binary 101000 11000101 101101 1010000 0 1001101 10111 1111010 1000010 101110

Color Harmonies of #28C52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C52D

Black with #28C52D

Text Example


Text Example

White with #28C52D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,197,45); }

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

background-color css

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

 a { background-color: rgb(40,197,45); }

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

border-color css

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

 span { border-color: rgb(40,197,45); }

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