Html Css Color HEX #45D439 Lime Green

📋 copy color: '#45D439'

red 69 ◦ green 212 ◦ blue 57

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

Shades of Lime Green #45D439

Tints of Lime Green #45D439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.86%

R = 20.41%
G = 62.72%
B = 16.86%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#45D439 (or 0x45D439) is known color: Lime Green. HEX triplet: 45, D4 and 39. RGB value is (69,212,57). Sum of RGB (Red+Green+Blue) = 69+212+57=338 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.41% from 338); Green value is 212 (83.20% from 255 or 62.72% from 338); Blue value is 57 (22.66% from 255 or 16.86% from 338); Max value from RGB is 212 - color contains mainly: green. Hex color #45D439 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D439 is #BA2BC6. Grayscale: #989898. Windows color (decimal): -12200903 or 3789893. OLE color: 3789893.

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

Color convert

RGB 69 212 57 -
CMYK 0.67 0 0.73 0.17
HSL 115.35º 0.64% 0.53% -
HSV(B) 115.35º 0.73% 0.83% -
XYZ 26.74 48.65 11.85 -
YUV 151.57 74.62 69.1 -
System Red Green Blue C M Y K H S L
Decimal 69 212 57 0.67 0 0.73 0.17 115.35 0.64 0.53
Hex 45 D4 39 43 0 49 11 73 40 35
Octal 105 324 71 103 0 111 21 163 100 65
Binary 1000101 11010100 111001 1000011 0 1001001 10001 1110011 1000000 110101

Color Harmonies of #45D439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45D439

Black with #45D439

Text Example


Text Example

White with #45D439

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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