Html Css Color HEX #28C141 Lime Green

📋 copy color: '#28C141'

red 40 ◦ green 193 ◦ blue 65

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

Shades of Lime Green #28C141

Tints of Lime Green #28C141

RGB

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

 GREEN value IS 193 (75.78% from 255) = 64.77%

 BLUE value IS 65 (25.78% from 255) = 21.81%

R = 13.42%
G = 64.77%
B = 21.81%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#28C141 (or 0x28C141) is known color: Lime Green. HEX triplet: 28, C1 and 41. RGB value is (40,193,65). Sum of RGB (Red+Green+Blue) = 40+193+65=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 193 (75.78% from 255 or 64.77% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 193 - color contains mainly: green. Hex color #28C141 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C141 is #D73EBE. Grayscale: #858585. Windows color (decimal): -14106303 or 4309288. OLE color: 4309288.

HSL color Cylindrical-coordinate representation of color #28C141: hue angle of 129.8º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C141 is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 40 193 65 -
CMYK 0.79 0 0.66 0.24
HSL 129.8º 0.66% 0.46% -
HSV(B) 129.8º 0.79% 0.76% -
XYZ 20.9 38.97 11.42 -
YUV 132.66 89.81 61.91 -
System Red Green Blue C M Y K H S L
Decimal 40 193 65 0.79 0 0.66 0.24 129.8 0.66 0.46
Hex 28 C1 41 4F 0 42 18 82 42 2E
Octal 50 301 101 117 0 102 30 202 102 56
Binary 101000 11000001 1000001 1001111 0 1000010 11000 10000010 1000010 101110

Color Harmonies of #28C141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C141

Black with #28C141

Text Example


Text Example

White with #28C141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,193,65); }

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

background-color css

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

 a { background-color: rgb(40,193,65); }

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

border-color css

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

 span { border-color: rgb(40,193,65); }

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