Html Css Color HEX #42D756 Lime Green

📋 copy color: '#42D756'

red 66 ◦ green 215 ◦ blue 86

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

Shades of Lime Green #42D756

Tints of Lime Green #42D756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.43%

R = 17.98%
G = 58.58%
B = 23.43%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.6

 K value IS 0.16

RGB Variations

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

Color information

#42D756 (or 0x42D756) is known color: Lime Green. HEX triplet: 42, D7 and 56. RGB value is (66,215,86). Sum of RGB (Red+Green+Blue) = 66+215+86=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 215 (84.38% from 255 or 58.58% from 367); Blue value is 86 (33.98% from 255 or 23.43% from 367); Max value from RGB is 215 - color contains mainly: green. Hex color #42D756 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D756 is #BD28A9. Grayscale: #9C9C9C. Windows color (decimal): -12396714 or 5691202. OLE color: 5691202.

HSL color Cylindrical-coordinate representation of color #42D756: hue angle of 128.05º 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 #42D756 is Cyan = 0.69, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 215 86 -
CMYK 0.69 0 0.6 0.16
HSL 128.05º 0.65% 0.55% -
HSV(B) 128.05º 0.69% 0.84% -
XYZ 28.23 50.43 17.05 -
YUV 155.74 88.64 63.99 -
System Red Green Blue C M Y K H S L
Decimal 66 215 86 0.69 0 0.6 0.16 128.05 0.65 0.55
Hex 42 D7 56 45 0 3C 10 80 41 37
Octal 102 327 126 105 0 74 20 200 101 67
Binary 1000010 11010111 1010110 1000101 0 111100 10000 10000000 1000001 110111

Color Harmonies of #42D756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D756

Black with #42D756

Text Example


Text Example

White with #42D756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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