Html Css Color HEX #28C82B Lime Green

📋 copy color: '#28C82B'

red 40 ◦ green 200 ◦ blue 43

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

Shades of Lime Green #28C82B

Tints of Lime Green #28C82B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 70.67%

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

R = 14.13%
G = 70.67%
B = 15.19%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#28C82B (or 0x28C82B) is known color: Lime Green. HEX triplet: 28, C8 and 2B. RGB value is (40,200,43). Sum of RGB (Red+Green+Blue) = 40+200+43=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 200 (78.52% from 255 or 70.67% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 200 - color contains mainly: green. Hex color #28C82B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C82B is #D737D4. Grayscale: #868686. Windows color (decimal): -14104533 or 2869288. OLE color: 2869288.

HSL color Cylindrical-coordinate representation of color #28C82B: hue angle of 121.12º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C82B is Cyan = 0.8, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 40 200 43 -
CMYK 0.8 0 0.78 0.22
HSL 121.13º 0.67% 0.47% -
HSV(B) 121.13º 0.8% 0.78% -
XYZ 21.97 41.93 9.22 -
YUV 134.26 76.49 60.77 -
System Red Green Blue C M Y K H S L
Decimal 40 200 43 0.8 0 0.78 0.22 121.13 0.67 0.47
Hex 28 C8 2B 50 0 4E 16 79 43 2F
Octal 50 310 53 120 0 116 26 171 103 57
Binary 101000 11001000 101011 1010000 0 1001110 10110 1111001 1000011 101111

Color Harmonies of #28C82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C82B

Black with #28C82B

Text Example


Text Example

White with #28C82B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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