Html Css Color HEX #45DF2F Lime Green

📋 copy color: '#45DF2F'

red 69 ◦ green 223 ◦ blue 47

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

Shades of Lime Green #45DF2F

Tints of Lime Green #45DF2F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 65.78%

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

R = 20.35%
G = 65.78%
B = 13.86%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#45DF2F (or 0x45DF2F) is known color: Lime Green. HEX triplet: 45, DF and 2F. RGB value is (69,223,47). Sum of RGB (Red+Green+Blue) = 69+223+47=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 223 (87.5% from 255 or 65.78% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 223 - color contains mainly: green. Hex color #45DF2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45DF2F is #BA20D0. Grayscale: #9D9D9D. Windows color (decimal): -12198097 or 3137349. OLE color: 3137349.

HSL color Cylindrical-coordinate representation of color #45DF2F: hue angle of 112.5º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #45DF2F is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 69 223 47 -
CMYK 0.69 0 0.79 0.13
HSL 112.5º 0.73% 0.53% -
HSV(B) 112.5º 0.79% 0.87% -
XYZ 29.36 54.25 11.61 -
YUV 156.89 65.98 65.31 -
System Red Green Blue C M Y K H S L
Decimal 69 223 47 0.69 0 0.79 0.13 112.5 0.73 0.53
Hex 45 DF 2F 45 0 4F D 70 49 35
Octal 105 337 57 105 0 117 15 160 111 65
Binary 1000101 11011111 101111 1000101 0 1001111 1101 1110000 1001001 110101

Color Harmonies of #45DF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45DF2F

Black with #45DF2F

Text Example


Text Example

White with #45DF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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