Html Css Color HEX #45D33B Lime Green

📋 copy color: '#45D33B'

red 69 ◦ green 211 ◦ blue 59

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

Shades of Lime Green #45D33B

Tints of Lime Green #45D33B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.4%

R = 20.35%
G = 62.24%
B = 17.4%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#45D33B (or 0x45D33B) is known color: Lime Green. HEX triplet: 45, D3 and 3B. RGB value is (69,211,59). Sum of RGB (Red+Green+Blue) = 69+211+59=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 211 (82.81% from 255 or 62.24% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 211 - color contains mainly: green. Hex color #45D33B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D33B is #BA2CC4. Grayscale: #979797. Windows color (decimal): -12201157 or 3920709. OLE color: 3920709.

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

Color convert

RGB 69 211 59 -
CMYK 0.67 0 0.72 0.17
HSL 116.05º 0.63% 0.53% -
HSV(B) 116.05º 0.72% 0.83% -
XYZ 26.54 48.17 12.04 -
YUV 151.21 75.96 69.36 -
System Red Green Blue C M Y K H S L
Decimal 69 211 59 0.67 0 0.72 0.17 116.05 0.63 0.53
Hex 45 D3 3B 43 0 48 11 74 3F 35
Octal 105 323 73 103 0 110 21 164 77 65
Binary 1000101 11010011 111011 1000011 0 1001000 10001 1110100 111111 110101

Color Harmonies of #45D33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45D33B

Black with #45D33B

Text Example


Text Example

White with #45D33B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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