Html Css Color HEX #45D339 Lime Green

📋 copy color: '#45D339'

red 69 ◦ green 211 ◦ blue 57

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

Shades of Lime Green #45D339

Tints of Lime Green #45D339

RGB

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

 GREEN value IS 211 (82.81% from 255) = 62.61%

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

R = 20.47%
G = 62.61%
B = 16.91%

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

#45D339 (or 0x45D339) is known color: Lime Green. HEX triplet: 45, D3 and 39. RGB value is (69,211,57). Sum of RGB (Red+Green+Blue) = 69+211+57=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 211 (82.81% from 255 or 62.61% from 337); Blue value is 57 (22.66% from 255 or 16.91% from 337); Max value from RGB is 211 - color contains mainly: green. Hex color #45D339 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D339 is #BA2CC6. Grayscale: #979797. Windows color (decimal): -12201159 or 3789637. OLE color: 3789637.

HSL color Cylindrical-coordinate representation of color #45D339: hue angle of 115.32º 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 #45D339 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 69 211 57 -
CMYK 0.67 0 0.73 0.17
HSL 115.32º 0.64% 0.53% -
HSV(B) 115.32º 0.73% 0.83% -
XYZ 26.49 48.15 11.77 -
YUV 150.99 74.96 69.52 -
System Red Green Blue C M Y K H S L
Decimal 69 211 57 0.67 0 0.73 0.17 115.32 0.64 0.53
Hex 45 D3 39 43 0 49 11 73 40 35
Octal 105 323 71 103 0 111 21 163 100 65
Binary 1000101 11010011 111001 1000011 0 1001001 10001 1110011 1000000 110101

Color Harmonies of #45D339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45D339

Black with #45D339

Text Example


Text Example

White with #45D339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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