Html Css Color HEX #28B42A Lime Green

📋 copy color: '#28B42A'

red 40 ◦ green 180 ◦ blue 42

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

Shades of Lime Green #28B42A

Tints of Lime Green #28B42A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 68.7%

 BLUE value IS 42 (16.8% from 255) = 16.03%

R = 15.27%
G = 68.7%
B = 16.03%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#28B42A (or 0x28B42A) is known color: Lime Green. HEX triplet: 28, B4 and 2A. RGB value is (40,180,42). Sum of RGB (Red+Green+Blue) = 40+180+42=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 180 (70.70% from 255 or 68.70% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 180 - color contains mainly: green. Hex color #28B42A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B42A is #D74BD5. Grayscale: #7A7A7A. Windows color (decimal): -14109654 or 2798632. OLE color: 2798632.

HSL color Cylindrical-coordinate representation of color #28B42A: hue angle of 120.86º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B42A is Cyan = 0.78, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 40 180 42 -
CMYK 0.78 0 0.77 0.29
HSL 120.86º 0.64% 0.43% -
HSV(B) 120.86º 0.78% 0.71% -
XYZ 17.61 33.26 7.68 -
YUV 122.41 82.62 69.22 -
System Red Green Blue C M Y K H S L
Decimal 40 180 42 0.78 0 0.77 0.29 120.86 0.64 0.43
Hex 28 B4 2A 4E 0 4D 1D 79 40 2B
Octal 50 264 52 116 0 115 35 171 100 53
Binary 101000 10110100 101010 1001110 0 1001101 11101 1111001 1000000 101011

Color Harmonies of #28B42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B42A

Black with #28B42A

Text Example


Text Example

White with #28B42A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,180,42); }

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

background-color css

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

 a { background-color: rgb(40,180,42); }

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

border-color css

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

 span { border-color: rgb(40,180,42); }

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