Html Css Color HEX #42D746 Lime Green

📋 copy color: '#42D746'

red 66 ◦ green 215 ◦ blue 70

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

Shades of Lime Green #42D746

Tints of Lime Green #42D746

RGB

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

 GREEN value IS 215 (84.38% from 255) = 61.25%

 BLUE value IS 70 (27.73% from 255) = 19.94%

R = 18.8%
G = 61.25%
B = 19.94%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#42D746 (or 0x42D746) is known color: Lime Green. HEX triplet: 42, D7 and 46. RGB value is (66,215,70). Sum of RGB (Red+Green+Blue) = 66+215+70=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 215 (84.38% from 255 or 61.25% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 215 - color contains mainly: green. Hex color #42D746 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D746 is #BD28B9. Grayscale: #9A9A9A. Windows color (decimal): -12396730 or 4642626. OLE color: 4642626.

HSL color Cylindrical-coordinate representation of color #42D746: hue angle of 121.61º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D746 is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 215 70 -
CMYK 0.69 0 0.67 0.16
HSL 121.61º 0.65% 0.55% -
HSV(B) 121.61º 0.69% 0.84% -
XYZ 27.65 50.2 14.03 -
YUV 153.92 80.64 65.29 -
System Red Green Blue C M Y K H S L
Decimal 66 215 70 0.69 0 0.67 0.16 121.61 0.65 0.55
Hex 42 D7 46 45 0 43 10 7A 41 37
Octal 102 327 106 105 0 103 20 172 101 67
Binary 1000010 11010111 1000110 1000101 0 1000011 10000 1111010 1000001 110111

Color Harmonies of #42D746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D746

Black with #42D746

Text Example


Text Example

White with #42D746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,215,70); }

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

background-color css

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

 a { background-color: rgb(66,215,70); }

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

border-color css

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

 span { border-color: rgb(66,215,70); }

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