Html Css Color HEX #28C345 Lime Green

📋 copy color: '#28C345'

red 40 ◦ green 195 ◦ blue 69

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

Shades of Lime Green #28C345

Tints of Lime Green #28C345

RGB

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

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

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

R = 13.16%
G = 64.14%
B = 22.7%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#28C345 (or 0x28C345) is known color: Lime Green. HEX triplet: 28, C3 and 45. RGB value is (40,195,69). Sum of RGB (Red+Green+Blue) = 40+195+69=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 195 (76.56% from 255 or 64.14% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 195 - color contains mainly: green. Hex color #28C345 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C345 is #D73CBA. Grayscale: #868686. Windows color (decimal): -14105787 or 4571944. OLE color: 4571944.

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

Color convert

RGB 40 195 69 -
CMYK 0.79 0 0.65 0.24
HSL 131.23º 0.66% 0.46% -
HSV(B) 131.23º 0.79% 0.76% -
XYZ 21.46 39.91 12.2 -
YUV 134.29 91.15 60.75 -
System Red Green Blue C M Y K H S L
Decimal 40 195 69 0.79 0 0.65 0.24 131.23 0.66 0.46
Hex 28 C3 45 4F 0 41 18 83 42 2E
Octal 50 303 105 117 0 101 30 203 102 56
Binary 101000 11000011 1000101 1001111 0 1000001 11000 10000011 1000010 101110

Color Harmonies of #28C345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C345

Black with #28C345

Text Example


Text Example

White with #28C345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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