#42FB34

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

Shades of Lime Green #42FB34

Tints of Lime Green #42FB34

Color information

#42FB34 (or 0x42FB34) is unknown color: approx Lime Green. HEX triplet: 42, FB and 34. RGB value is (66,251,52). Sum of RGB (Red+Green+Blue) = 66+251+52=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 251 (98.44% from 255 or 68.02% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 251 - color contains mainly: green. Hex color #42FB34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FB34 is #BD04CB. Grayscale: #ADADAD. Windows color (decimal): -12387532 or 3472194. OLE color: 3472194.

HSL color Cylindrical-coordinate representation of color #42FB34: hue angle of 115.78º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42FB34 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB6625152-
CMYK0.7400.790.02
HSL115.78º96.14%59.41%-
HSV(B)115.78º79.28%98.43%-
XYZ37.3670.414.87-
YUV17359.7151.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.89%
GREEN value IS 251 (98.44% from 255) = 68.02%
BLUE value IS 52 (20.70% from 255) = 14.09%
R=17.89%
G=68.02%
B=14.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal66251520.7400.790.02115.7896.1459.41
Hex42FB344A04F274603b
Octal102373641120117216414073
Binary1000010111110111101001001010010011111011101001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FB34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42FB34; }

 p { color: rgb(66,251,52); }

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

<style>
 a { background-color: #42FB34; }

 a { background-color: rgb(66,251,52); }

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

<style>
 span { border-color: #42FB34; }

 span { border-color: rgb(66,251,52); }

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