Html Css Color HEX #28C041 Lime Green

📋 copy color: '#28C041'

red 40 ◦ green 192 ◦ blue 65

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

Shades of Lime Green #28C041

Tints of Lime Green #28C041

RGB

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

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

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

R = 13.47%
G = 64.65%
B = 21.89%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#28C041 (or 0x28C041) is known color: Lime Green. HEX triplet: 28, C0 and 41. RGB value is (40,192,65). Sum of RGB (Red+Green+Blue) = 40+192+65=297 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.47% from 297); Green value is 192 (75.39% from 255 or 64.65% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 192 - color contains mainly: green. Hex color #28C041 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C041 is #D73FBE. Grayscale: #848484. Windows color (decimal): -14106559 or 4309032. OLE color: 4309032.

HSL color Cylindrical-coordinate representation of color #28C041: hue angle of 129.87º 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 #28C041 is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 192 65 -
CMYK 0.79 0 0.66 0.25
HSL 129.87º 0.66% 0.45% -
HSV(B) 129.87º 0.79% 0.75% -
XYZ 20.68 38.53 11.35 -
YUV 132.07 90.14 62.33 -
System Red Green Blue C M Y K H S L
Decimal 40 192 65 0.79 0 0.66 0.25 129.87 0.66 0.45
Hex 28 C0 41 4F 0 42 19 82 42 2D
Octal 50 300 101 117 0 102 31 202 102 55
Binary 101000 11000000 1000001 1001111 0 1000010 11001 10000010 1000010 101101

Color Harmonies of #28C041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C041

Black with #28C041

Text Example


Text Example

White with #28C041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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