#42F13B

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

Shades of Lime Green #42F13B

Tints of Lime Green #42F13B

Color information

#42F13B (or 0x42F13B) is unknown color: approx Lime Green. HEX triplet: 42, F1 and 3B. RGB value is (66,241,59). Sum of RGB (Red+Green+Blue) = 66+241+59=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 241 (94.53% from 255 or 65.85% from 366); Blue value is 59 (23.44% from 255 or 16.12% from 366); Max value from RGB is 241 - color contains mainly: green. Hex color #42F13B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F13B is #BD0EC4. Grayscale: #A8A8A8. Windows color (decimal): -12390085 or 3928386. OLE color: 3928386.

HSL color Cylindrical-coordinate representation of color #42F13B: hue angle of 117.69º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42F13B is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB6624159-
CMYK0.7300.760.05
HSL117.69º86.67%58.82%-
HSV(B)117.69º75.52%94.51%-
XYZ34.4964.3814.75-
YUV167.9366.5255.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.03%
GREEN value IS 241 (94.53% from 255) = 65.85%
BLUE value IS 59 (23.44% from 255) = 16.12%
R=18.03%
G=65.85%
B=16.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal66241590.7300.760.05117.6986.6758.82
Hex42F13B4904C576573b
Octal102361731110114516612773
Binary10000101111000111101110010010100110010111101101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,241,59); }

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

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

 a { background-color: rgb(66,241,59); }

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

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

 span { border-color: rgb(66,241,59); }

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