Html Css Color HEX #28C040 Lime Green

📋 copy color: '#28C040'

red 40 ◦ green 192 ◦ blue 64

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

Shades of Lime Green #28C040

Tints of Lime Green #28C040

RGB

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

 GREEN value IS 192 (75.39% from 255) = 64.86%

 BLUE value IS 64 (25.39% from 255) = 21.62%

R = 13.51%
G = 64.86%
B = 21.62%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#28C040 (or 0x28C040) is known color: Lime Green. HEX triplet: 28, C0 and 40. RGB value is (40,192,64). Sum of RGB (Red+Green+Blue) = 40+192+64=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 192 (75.39% from 255 or 64.86% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 192 - color contains mainly: green. Hex color #28C040 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C040 is #D73FBF. Grayscale: #848484. Windows color (decimal): -14106560 or 4243496. OLE color: 4243496.

HSL color Cylindrical-coordinate representation of color #28C040: hue angle of 129.47º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C040 is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 192 64 -
CMYK 0.79 0 0.67 0.25
HSL 129.47º 0.66% 0.45% -
HSV(B) 129.47º 0.79% 0.75% -
XYZ 20.65 38.52 11.2 -
YUV 131.96 89.64 62.41 -
System Red Green Blue C M Y K H S L
Decimal 40 192 64 0.79 0 0.67 0.25 129.47 0.66 0.45
Hex 28 C0 40 4F 0 43 19 81 42 2D
Octal 50 300 100 117 0 103 31 201 102 55
Binary 101000 11000000 1000000 1001111 0 1000011 11001 10000001 1000010 101101

Color Harmonies of #28C040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C040

Black with #28C040

Text Example


Text Example

White with #28C040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,192,64); }

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

background-color css

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

 a { background-color: rgb(40,192,64); }

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

border-color css

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

 span { border-color: rgb(40,192,64); }

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