#45F235

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

Shades of Lime Green #45F235

Tints of Lime Green #45F235

Color information

#45F235 (or 0x45F235) is unknown color: approx Lime Green. HEX triplet: 45, F2 and 35. RGB value is (69,242,53). Sum of RGB (Red+Green+Blue) = 69+242+53=364 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.96% from 364); Green value is 242 (94.92% from 255 or 66.48% from 364); Blue value is 53 (21.09% from 255 or 14.56% from 364); Max value from RGB is 242 - color contains mainly: green. Hex color #45F235 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45F235 is #BA0DCA. Grayscale: #A9A9A9. Windows color (decimal): -12193227 or 3535429. OLE color: 3535429.

HSL color Cylindrical-coordinate representation of color #45F235: hue angle of 114.92º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #45F235 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB6924253-
CMYK0.7100.780.05
HSL114.92º87.91%57.84%-
HSV(B)114.92º78.1%94.9%-
XYZ34.8565.0314.08-
YUV168.7362.6956.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.96%
GREEN value IS 242 (94.92% from 255) = 66.48%
BLUE value IS 53 (21.09% from 255) = 14.56%
R=18.96%
G=66.48%
B=14.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal69242530.7100.780.05114.9287.9157.84
Hex45F2354704E573583a
Octal105362651070116516313072
Binary10001011111001011010110001110100111010111100111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45F235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,242,53); }

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

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

 a { background-color: rgb(69,242,53); }

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

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

 span { border-color: rgb(69,242,53); }

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