Html Css Color HEX #28D045 Lime Green

📋 copy color: '#28D045'

red 40 ◦ green 208 ◦ blue 69

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

Shades of Lime Green #28D045

Tints of Lime Green #28D045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.77%

R = 12.62%
G = 65.62%
B = 21.77%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#28D045 (or 0x28D045) is known color: Lime Green. HEX triplet: 28, D0 and 45. RGB value is (40,208,69). Sum of RGB (Red+Green+Blue) = 40+208+69=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 208 (81.64% from 255 or 65.62% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 208 - color contains mainly: green. Hex color #28D045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D045 is #D72FBA. Grayscale: #8E8E8E. Windows color (decimal): -14102459 or 4575272. OLE color: 4575272.

HSL color Cylindrical-coordinate representation of color #28D045: hue angle of 130.36º 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 #28D045 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 40 208 69 -
CMYK 0.81 0 0.67 0.18
HSL 130.36º 0.68% 0.49% -
HSV(B) 130.36º 0.81% 0.82% -
XYZ 24.51 45.99 13.22 -
YUV 141.92 86.84 55.3 -
System Red Green Blue C M Y K H S L
Decimal 40 208 69 0.81 0 0.67 0.18 130.36 0.68 0.49
Hex 28 D0 45 51 0 43 12 82 44 31
Octal 50 320 105 121 0 103 22 202 104 61
Binary 101000 11010000 1000101 1010001 0 1000011 10010 10000010 1000100 110001

Color Harmonies of #28D045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D045

Black with #28D045

Text Example


Text Example

White with #28D045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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