Html Css Color HEX #45D443 Lime Green

📋 copy color: '#45D443'

red 69 ◦ green 212 ◦ blue 67

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

Shades of Lime Green #45D443

Tints of Lime Green #45D443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.25%

R = 19.83%
G = 60.92%
B = 19.25%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#45D443 (or 0x45D443) is known color: Lime Green. HEX triplet: 45, D4 and 43. RGB value is (69,212,67). Sum of RGB (Red+Green+Blue) = 69+212+67=348 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.83% from 348); Green value is 212 (83.20% from 255 or 60.92% from 348); Blue value is 67 (26.56% from 255 or 19.25% from 348); Max value from RGB is 212 - color contains mainly: green. Hex color #45D443 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D443 is #BA2BBC. Grayscale: #999999. Windows color (decimal): -12200893 or 4445253. OLE color: 4445253.

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

Color convert

RGB 69 212 67 -
CMYK 0.67 0 0.68 0.17
HSL 119.17º 0.63% 0.55% -
HSV(B) 119.17º 0.68% 0.83% -
XYZ 27.01 48.76 13.3 -
YUV 152.71 79.62 68.29 -
System Red Green Blue C M Y K H S L
Decimal 69 212 67 0.67 0 0.68 0.17 119.17 0.63 0.55
Hex 45 D4 43 43 0 44 11 77 3F 37
Octal 105 324 103 103 0 104 21 167 77 67
Binary 1000101 11010100 1000011 1000011 0 1000100 10001 1110111 111111 110111

Color Harmonies of #45D443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45D443

Black with #45D443

Text Example


Text Example

White with #45D443

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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