Html Css Color HEX #45D441 Lime Green

📋 copy color: '#45D441'

red 69 ◦ green 212 ◦ blue 65

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

Shades of Lime Green #45D441

Tints of Lime Green #45D441

RGB

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

 GREEN value IS 212 (83.2% from 255) = 61.27%

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

R = 19.94%
G = 61.27%
B = 18.79%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#45D441 (or 0x45D441) is known color: Lime Green. HEX triplet: 45, D4 and 41. RGB value is (69,212,65). Sum of RGB (Red+Green+Blue) = 69+212+65=346 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.94% from 346); Green value is 212 (83.20% from 255 or 61.27% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 212 - color contains mainly: green. Hex color #45D441 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D441 is #BA2BBE. Grayscale: #989898. Windows color (decimal): -12200895 or 4314181. OLE color: 4314181.

HSL color Cylindrical-coordinate representation of color #45D441: hue angle of 118.37º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45D441 is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 69 212 65 -
CMYK 0.67 0 0.69 0.17
HSL 118.37º 0.63% 0.54% -
HSV(B) 118.37º 0.69% 0.83% -
XYZ 26.95 48.73 12.99 -
YUV 152.49 78.62 68.45 -
System Red Green Blue C M Y K H S L
Decimal 69 212 65 0.67 0 0.69 0.17 118.37 0.63 0.54
Hex 45 D4 41 43 0 45 11 76 3F 36
Octal 105 324 101 103 0 105 21 166 77 66
Binary 1000101 11010100 1000001 1000011 0 1000101 10001 1110110 111111 110110

Color Harmonies of #45D441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45D441

Black with #45D441

Text Example


Text Example

White with #45D441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,212,65); }

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

background-color css

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

 a { background-color: rgb(69,212,65); }

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

border-color css

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

 span { border-color: rgb(69,212,65); }

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