Html Css Color HEX #28C94B Lime Green

📋 copy color: '#28C94B'

red 40 ◦ green 201 ◦ blue 75

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

Shades of Lime Green #28C94B

Tints of Lime Green #28C94B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 63.61%

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

R = 12.66%
G = 63.61%
B = 23.73%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#28C94B (or 0x28C94B) is known color: Lime Green. HEX triplet: 28, C9 and 4B. RGB value is (40,201,75). Sum of RGB (Red+Green+Blue) = 40+201+75=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 201 (78.91% from 255 or 63.61% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 201 - color contains mainly: green. Hex color #28C94B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C94B is #D736B4. Grayscale: #8A8A8A. Windows color (decimal): -14104245 or 4966696. OLE color: 4966696.

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

Color convert

RGB 40 201 75 -
CMYK 0.80 0 0.63 0.21
HSL 133.04º 0.67% 0.47% -
HSV(B) 133.04º 0.8% 0.79% -
XYZ 23.03 42.73 13.69 -
YUV 138.5 92.16 57.75 -
System Red Green Blue C M Y K H S L
Decimal 40 201 75 0.80 0 0.63 0.21 133.04 0.67 0.47
Hex 28 C9 4B 50 0 3F 15 85 43 2F
Octal 50 311 113 120 0 77 25 205 103 57
Binary 101000 11001001 1001011 1010000 0 111111 10101 10000101 1000011 101111

Color Harmonies of #28C94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C94B

Black with #28C94B

Text Example


Text Example

White with #28C94B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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