#45D633

Color #45D633 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #45D633

Tints of Lime Green #45D633

Color information

#45D633 (or 0x45D633) is unknown color: approx Lime Green. HEX triplet: 45, D6 and 33. RGB value is (69,214,51). Sum of RGB (Red+Green+Blue) = 69+214+51=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 214 (83.98% from 255 or 64.07% from 334); Blue value is 51 (20.31% from 255 or 15.27% from 334); Max value from RGB is 214 - color contains mainly: green. Hex color #45D633 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D633 is #BA29CC. Grayscale: #989898. Windows color (decimal): -12200397 or 3397189. OLE color: 3397189.

HSL color Cylindrical-coordinate representation of color #45D633: hue angle of 113.37º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #45D633 is Cyan = 0.68, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB6921451-
CMYK0.6800.760.16
HSL113.37º66.53%51.96%-
HSV(B)113.37º76.17%83.92%-
XYZ27.149.611.28-
YUV152.0670.9668.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.66%
GREEN value IS 214 (83.98% from 255) = 64.07%
BLUE value IS 51 (20.31% from 255) = 15.27%
R=20.66%
G=64.07%
B=15.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal69214510.6800.760.16113.3766.5351.96
Hex45D6334404C10714334
Octal1053266310401142016110364
Binary1000101110101101100111000100010011001000011100011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,214,51); }

 H1.HeaderClassName
 {
   color: #45D633;
 }
 .AnyTagClassName
 {
   color: #45D633;
 }
</style>
background-color css

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

 a { background-color: rgb(69,214,51); }

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

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

 span { border-color: rgb(69,214,51); }

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