Html Css Color HEX #28D42B Lime Green

📋 copy color: '#28D42B'

red 40 ◦ green 212 ◦ blue 43

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

Shades of Lime Green #28D42B

Tints of Lime Green #28D42B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 71.86%

 BLUE value IS 43 (17.19% from 255) = 14.58%

R = 13.56%
G = 71.86%
B = 14.58%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#28D42B (or 0x28D42B) is known color: Lime Green. HEX triplet: 28, D4 and 2B. RGB value is (40,212,43). Sum of RGB (Red+Green+Blue) = 40+212+43=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 212 (83.20% from 255 or 71.86% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 212 - color contains mainly: green. Hex color #28D42B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D42B is #D72BD4. Grayscale: #8D8D8D. Windows color (decimal): -14101461 or 2872360. OLE color: 2872360.

HSL color Cylindrical-coordinate representation of color #28D42B: hue angle of 121.05º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D42B is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 40 212 43 -
CMYK 0.81 0 0.80 0.17
HSL 121.05º 0.68% 0.49% -
HSV(B) 121.05º 0.81% 0.83% -
XYZ 24.85 47.71 10.18 -
YUV 141.31 72.52 55.74 -
System Red Green Blue C M Y K H S L
Decimal 40 212 43 0.81 0 0.80 0.17 121.05 0.68 0.49
Hex 28 D4 2B 51 0 50 11 79 44 31
Octal 50 324 53 121 0 120 21 171 104 61
Binary 101000 11010100 101011 1010001 0 1010000 10001 1111001 1000100 110001

Color Harmonies of #28D42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D42B

Black with #28D42B

Text Example


Text Example

White with #28D42B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,212,43); }

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

background-color css

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

 a { background-color: rgb(40,212,43); }

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

border-color css

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

 span { border-color: rgb(40,212,43); }

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