Html Css Color HEX #45DC35 Lime Green

📋 copy color: '#45DC35'

red 69 ◦ green 220 ◦ blue 53

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

Shades of Lime Green #45DC35

Tints of Lime Green #45DC35

RGB

 RED value IS 69 (27.34% from 255) = 20.18%

 GREEN value IS 220 (86.33% from 255) = 64.33%

 BLUE value IS 53 (21.09% from 255) = 15.5%

R = 20.18%
G = 64.33%
B = 15.5%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#45DC35 (or 0x45DC35) is known color: Lime Green. HEX triplet: 45, DC and 35. RGB value is (69,220,53). Sum of RGB (Red+Green+Blue) = 69+220+53=342 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.18% from 342); Green value is 220 (86.33% from 255 or 64.33% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 220 - color contains mainly: green. Hex color #45DC35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45DC35 is #BA23CA. Grayscale: #9C9C9C. Windows color (decimal): -12198859 or 3529797. OLE color: 3529797.

HSL color Cylindrical-coordinate representation of color #45DC35: hue angle of 114.25º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #45DC35 is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 69 220 53 -
CMYK 0.69 0 0.76 0.14
HSL 114.25º 0.7% 0.54% -
HSV(B) 114.25º 0.76% 0.86% -
XYZ 28.69 52.71 12.03 -
YUV 155.81 69.97 66.08 -
System Red Green Blue C M Y K H S L
Decimal 69 220 53 0.69 0 0.76 0.14 114.25 0.7 0.54
Hex 45 DC 35 45 0 4C E 72 46 36
Octal 105 334 65 105 0 114 16 162 106 66
Binary 1000101 11011100 110101 1000101 0 1001100 1110 1110010 1000110 110110

Color Harmonies of #45DC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45DC35

Black with #45DC35

Text Example


Text Example

White with #45DC35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45DC35; }

 p { color: rgb(69,220,53); }

 H1.HeaderClassName
 {
   color: #45DC35;
 }
 .AnyTagClassName
 {
   color: #45DC35;
 }
</style>

background-color css

<style>
 a { background-color: #45DC35; }

 a { background-color: rgb(69,220,53); }

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

border-color css

<style>
 span { border-color: #45DC35; }

 span { border-color: rgb(69,220,53); }

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