#42DD35

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

Shades of Lime Green #42DD35

Tints of Lime Green #42DD35

Color information

#42DD35 (or 0x42DD35) is unknown color: approx Lime Green. HEX triplet: 42, DD and 35. RGB value is (66,221,53). Sum of RGB (Red+Green+Blue) = 66+221+53=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 221 (86.72% from 255 or 65% from 340); Blue value is 53 (21.09% from 255 or 15.59% from 340); Max value from RGB is 221 - color contains mainly: green. Hex color #42DD35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DD35 is #BD22CA. Grayscale: #9C9C9C. Windows color (decimal): -12395211 or 3530050. OLE color: 3530050.

HSL color Cylindrical-coordinate representation of color #42DD35: hue angle of 115.36º degrees, saturation: 0.71, 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 #42DD35 is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB6622153-
CMYK0.7000.760.13
HSL115.36º71.19%53.73%-
HSV(B)115.36º76.02%86.67%-
XYZ28.7553.1312.11-
YUV155.570.1564.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.41%
GREEN value IS 221 (86.72% from 255) = 65%
BLUE value IS 53 (21.09% from 255) = 15.59%
R=19.41%
G=65%
B=15.59%

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
Decimal66221530.7000.760.13115.3671.1953.73
Hex42DD354604CD734736
Octal1023356510601141516310766
Binary100001011011101110101100011001001100110111100111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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