Html Css Color HEX #28C349 Lime Green

📋 copy color: '#28C349'

red 40 ◦ green 195 ◦ blue 73

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

Shades of Lime Green #28C349

Tints of Lime Green #28C349

RGB

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

 GREEN value IS 195 (76.56% from 255) = 63.31%

 BLUE value IS 73 (28.91% from 255) = 23.7%

R = 12.99%
G = 63.31%
B = 23.7%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#28C349 (or 0x28C349) is known color: Lime Green. HEX triplet: 28, C3 and 49. RGB value is (40,195,73). Sum of RGB (Red+Green+Blue) = 40+195+73=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 195 (76.56% from 255 or 63.31% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 195 - color contains mainly: green. Hex color #28C349 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C349 is #D73CB6. Grayscale: #878787. Windows color (decimal): -14105783 or 4834088. OLE color: 4834088.

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

Color convert

RGB 40 195 73 -
CMYK 0.79 0 0.63 0.24
HSL 132.77º 0.66% 0.46% -
HSV(B) 132.77º 0.79% 0.76% -
XYZ 21.59 39.96 12.88 -
YUV 134.75 93.15 60.42 -
System Red Green Blue C M Y K H S L
Decimal 40 195 73 0.79 0 0.63 0.24 132.77 0.66 0.46
Hex 28 C3 49 4F 0 3F 18 85 42 2E
Octal 50 303 111 117 0 77 30 205 102 56
Binary 101000 11000011 1001001 1001111 0 111111 11000 10000101 1000010 101110

Color Harmonies of #28C349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C349

Black with #28C349

Text Example


Text Example

White with #28C349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,195,73); }

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

background-color css

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

 a { background-color: rgb(40,195,73); }

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

border-color css

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

 span { border-color: rgb(40,195,73); }

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