#45CF33

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

Shades of Lime Green #45CF33

Tints of Lime Green #45CF33

Color information

#45CF33 (or 0x45CF33) is unknown color: approx Lime Green. HEX triplet: 45, CF and 33. RGB value is (69,207,51). Sum of RGB (Red+Green+Blue) = 69+207+51=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 207 (81.25% from 255 or 63.30% from 327); Blue value is 51 (20.31% from 255 or 15.60% from 327); Max value from RGB is 207 - color contains mainly: green. Hex color #45CF33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CF33 is #BA30CC. Grayscale: #949494. Windows color (decimal): -12202189 or 3395397. OLE color: 3395397.

HSL color Cylindrical-coordinate representation of color #45CF33: hue angle of 113.08º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #45CF33 is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB6920751-
CMYK0.6700.750.19
HSL113.08º61.9%50.59%-
HSV(B)113.08º75.36%81.18%-
XYZ25.3646.1310.7-
YUV147.9573.2871.68-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.10%
GREEN value IS 207 (81.25% from 255) = 63.30%
BLUE value IS 51 (20.31% from 255) = 15.60%
R=21.10%
G=63.30%
B=15.60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal69207510.6700.750.19113.0861.950.59
Hex45CF334304B13713e33
Octal105317631030113231617663
Binary100010111001111110011100001101001011100111110001111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CF33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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