#42DE35

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

Shades of Lime Green #42DE35

Tints of Lime Green #42DE35

Color information

#42DE35 (or 0x42DE35) is unknown color: approx Lime Green. HEX triplet: 42, DE and 35. RGB value is (66,222,53). Sum of RGB (Red+Green+Blue) = 66+222+53=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 222 (87.11% from 255 or 65.10% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 222 - color contains mainly: green. Hex color #42DE35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DE35 is #BD21CA. Grayscale: #9C9C9C. Windows color (decimal): -12394955 or 3530306. OLE color: 3530306.

HSL color Cylindrical-coordinate representation of color #42DE35: hue angle of 115.38º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42DE35 is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB6622253-
CMYK0.7000.760.13
HSL115.38º71.91%53.92%-
HSV(B)115.38º76.13%87.06%-
XYZ29.0153.6612.2-
YUV156.0969.8263.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.35%
GREEN value IS 222 (87.11% from 255) = 65.10%
BLUE value IS 53 (21.09% from 255) = 15.54%
R=19.35%
G=65.10%
B=15.54%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal66222530.7000.760.13115.3871.9153.92
Hex42DE354604CD734836
Octal1023366510601141516311066
Binary100001011011110110101100011001001100110111100111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,222,53); }

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

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

 a { background-color: rgb(66,222,53); }

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

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

 span { border-color: rgb(66,222,53); }

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