Html Css Color HEX #28C54B Lime Green

📋 copy color: '#28C54B'

red 40 ◦ green 197 ◦ blue 75

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

Shades of Lime Green #28C54B

Tints of Lime Green #28C54B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.04%

R = 12.82%
G = 63.14%
B = 24.04%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#28C54B (or 0x28C54B) is known color: Lime Green. HEX triplet: 28, C5 and 4B. RGB value is (40,197,75). Sum of RGB (Red+Green+Blue) = 40+197+75=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 197 (77.34% from 255 or 63.14% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 197 - color contains mainly: green. Hex color #28C54B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C54B is #D73AB4. Grayscale: #888888. Windows color (decimal): -14105269 or 4965672. OLE color: 4965672.

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

Color convert

RGB 40 197 75 -
CMYK 0.80 0 0.62 0.23
HSL 133.38º 0.66% 0.46% -
HSV(B) 133.38º 0.8% 0.77% -
XYZ 22.11 40.89 13.38 -
YUV 136.15 93.49 59.42 -
System Red Green Blue C M Y K H S L
Decimal 40 197 75 0.80 0 0.62 0.23 133.38 0.66 0.46
Hex 28 C5 4B 50 0 3E 17 85 42 2E
Octal 50 305 113 120 0 76 27 205 102 56
Binary 101000 11000101 1001011 1010000 0 111110 10111 10000101 1000010 101110

Color Harmonies of #28C54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C54B

Black with #28C54B

Text Example


Text Example

White with #28C54B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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