Html Css Color HEX #42DD3D Lime Green

📋 copy color: '#42DD3D'

red 66 ◦ green 221 ◦ blue 61

#42DD3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #42DD3D

Tints of Lime Green #42DD3D

RGB

 RED value IS 66 (26.17% from 255) = 18.97%

 GREEN value IS 221 (86.72% from 255) = 63.51%

 BLUE value IS 61 (24.22% from 255) = 17.53%

R = 18.97%
G = 63.51%
B = 17.53%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#42DD3D (or 0x42DD3D) is known color: Lime Green. HEX triplet: 42, DD and 3D. RGB value is (66,221,61). Sum of RGB (Red+Green+Blue) = 66+221+61=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 221 (86.72% from 255 or 63.51% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 221 - color contains mainly: green. Hex color #42DD3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DD3D is #BD22C2. Grayscale: #9C9C9C. Windows color (decimal): -12395203 or 4054338. OLE color: 4054338.

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

Color convert

RGB 66 221 61 -
CMYK 0.70 0 0.72 0.13
HSL 118.13º 0.7% 0.55% -
HSV(B) 118.13º 0.72% 0.87% -
XYZ 28.95 53.21 13.16 -
YUV 156.42 74.15 63.51 -
System Red Green Blue C M Y K H S L
Decimal 66 221 61 0.70 0 0.72 0.13 118.13 0.7 0.55
Hex 42 DD 3D 46 0 48 D 76 46 37
Octal 102 335 75 106 0 110 15 166 106 67
Binary 1000010 11011101 111101 1000110 0 1001000 1101 1110110 1000110 110111

Color Harmonies of #42DD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DD3D

Black with #42DD3D

Text Example


Text Example

White with #42DD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42DD3D;
 }
 .AnyTagClassName
 {
   color: #42DD3D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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