Html Css Color HEX #28C43A Lime Green

📋 copy color: '#28C43A'

red 40 ◦ green 196 ◦ blue 58

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

Shades of Lime Green #28C43A

Tints of Lime Green #28C43A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 66.67%

 BLUE value IS 58 (23.05% from 255) = 19.73%

R = 13.61%
G = 66.67%
B = 19.73%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#28C43A (or 0x28C43A) is known color: Lime Green. HEX triplet: 28, C4 and 3A. RGB value is (40,196,58). Sum of RGB (Red+Green+Blue) = 40+196+58=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 196 (76.95% from 255 or 66.67% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 196 - color contains mainly: green. Hex color #28C43A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C43A is #D73BC5. Grayscale: #868686. Windows color (decimal): -14105542 or 3851304. OLE color: 3851304.

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

Color convert

RGB 40 196 58 -
CMYK 0.80 0 0.70 0.23
HSL 126.92º 0.66% 0.46% -
HSV(B) 126.92º 0.8% 0.77% -
XYZ 21.38 40.24 10.64 -
YUV 133.62 85.32 61.22 -
System Red Green Blue C M Y K H S L
Decimal 40 196 58 0.80 0 0.70 0.23 126.92 0.66 0.46
Hex 28 C4 3A 50 0 46 17 7F 42 2E
Octal 50 304 72 120 0 106 27 177 102 56
Binary 101000 11000100 111010 1010000 0 1000110 10111 1111111 1000010 101110

Color Harmonies of #28C43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C43A

Black with #28C43A

Text Example


Text Example

White with #28C43A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,196,58); }

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

background-color css

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

 a { background-color: rgb(40,196,58); }

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

border-color css

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

 span { border-color: rgb(40,196,58); }

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