Html Css Color HEX #45D232 Lime Green

📋 copy color: '#45D232'

red 69 ◦ green 210 ◦ blue 50

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

Shades of Lime Green #45D232

Tints of Lime Green #45D232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.2%

R = 20.97%
G = 63.83%
B = 15.2%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#45D232 (or 0x45D232) is known color: Lime Green. HEX triplet: 45, D2 and 32. RGB value is (69,210,50). Sum of RGB (Red+Green+Blue) = 69+210+50=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 210 (82.42% from 255 or 63.83% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 210 - color contains mainly: green. Hex color #45D232 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D232 is #BA2DCD. Grayscale: #969696. Windows color (decimal): -12201422 or 3330629. OLE color: 3330629.

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

Color convert

RGB 69 210 50 -
CMYK 0.67 0 0.76 0.18
HSL 112.88º 0.64% 0.51% -
HSV(B) 112.88º 0.76% 0.82% -
XYZ 26.08 47.59 10.83 -
YUV 149.6 71.79 70.51 -
System Red Green Blue C M Y K H S L
Decimal 69 210 50 0.67 0 0.76 0.18 112.88 0.64 0.51
Hex 45 D2 32 43 0 4C 12 71 40 33
Octal 105 322 62 103 0 114 22 161 100 63
Binary 1000101 11010010 110010 1000011 0 1001100 10010 1110001 1000000 110011

Color Harmonies of #45D232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45D232

Black with #45D232

Text Example


Text Example

White with #45D232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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