Html Css Color HEX #28D04B Lime Green

📋 copy color: '#28D04B'

red 40 ◦ green 208 ◦ blue 75

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

Shades of Lime Green #28D04B

Tints of Lime Green #28D04B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 64.4%

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

R = 12.38%
G = 64.4%
B = 23.22%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#28D04B (or 0x28D04B) is known color: Lime Green. HEX triplet: 28, D0 and 4B. RGB value is (40,208,75). Sum of RGB (Red+Green+Blue) = 40+208+75=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 208 (81.64% from 255 or 64.40% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 208 - color contains mainly: green. Hex color #28D04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D04B is #D72FB4. Grayscale: #8E8E8E. Windows color (decimal): -14102453 or 4968488. OLE color: 4968488.

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

Color convert

RGB 40 208 75 -
CMYK 0.81 0 0.64 0.18
HSL 132.5º 0.68% 0.49% -
HSV(B) 132.5º 0.81% 0.82% -
XYZ 24.7 46.07 14.25 -
YUV 142.61 89.84 54.81 -
System Red Green Blue C M Y K H S L
Decimal 40 208 75 0.81 0 0.64 0.18 132.5 0.68 0.49
Hex 28 D0 4B 51 0 40 12 84 44 31
Octal 50 320 113 121 0 100 22 204 104 61
Binary 101000 11010000 1001011 1010001 0 1000000 10010 10000100 1000100 110001

Color Harmonies of #28D04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D04B

Black with #28D04B

Text Example


Text Example

White with #28D04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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