Html Css Color HEX #45D22F Lime Green

📋 copy color: '#45D22F'

red 69 ◦ green 210 ◦ blue 47

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

Shades of Lime Green #45D22F

Tints of Lime Green #45D22F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 64.42%

 BLUE value IS 47 (18.75% from 255) = 14.42%

R = 21.17%
G = 64.42%
B = 14.42%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#45D22F (or 0x45D22F) is known color: Lime Green. HEX triplet: 45, D2 and 2F. RGB value is (69,210,47). Sum of RGB (Red+Green+Blue) = 69+210+47=326 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.17% from 326); Green value is 210 (82.42% from 255 or 64.42% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 210 - color contains mainly: green. Hex color #45D22F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D22F is #BA2DD0. Grayscale: #959595. Windows color (decimal): -12201425 or 3134021. OLE color: 3134021.

HSL color Cylindrical-coordinate representation of color #45D22F: hue angle of 111.9º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #45D22F is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 69 210 47 -
CMYK 0.67 0 0.78 0.18
HSL 111.9º 0.64% 0.5% -
HSV(B) 111.9º 0.78% 0.82% -
XYZ 26.01 47.56 10.5 -
YUV 149.26 70.29 70.75 -
System Red Green Blue C M Y K H S L
Decimal 69 210 47 0.67 0 0.78 0.18 111.9 0.64 0.5
Hex 45 D2 2F 43 0 4E 12 70 40 32
Octal 105 322 57 103 0 116 22 160 100 62
Binary 1000101 11010010 101111 1000011 0 1001110 10010 1110000 1000000 110010

Color Harmonies of #45D22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45D22F

Black with #45D22F

Text Example


Text Example

White with #45D22F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,210,47); }

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

background-color css

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

 a { background-color: rgb(69,210,47); }

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

border-color css

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

 span { border-color: rgb(69,210,47); }

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