Html Css Color HEX #42D944 Lime Green

📋 copy color: '#42D944'

red 66 ◦ green 217 ◦ blue 68

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

Shades of Lime Green #42D944

Tints of Lime Green #42D944

RGB

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

 GREEN value IS 217 (85.16% from 255) = 61.82%

 BLUE value IS 68 (26.95% from 255) = 19.37%

R = 18.8%
G = 61.82%
B = 19.37%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#42D944 (or 0x42D944) is known color: Lime Green. HEX triplet: 42, D9 and 44. RGB value is (66,217,68). Sum of RGB (Red+Green+Blue) = 66+217+68=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 217 (85.16% from 255 or 61.82% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 217 - color contains mainly: green. Hex color #42D944 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D944 is #BD26BB. Grayscale: #9B9B9B. Windows color (decimal): -12396220 or 4512066. OLE color: 4512066.

HSL color Cylindrical-coordinate representation of color #42D944: hue angle of 120.79º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42D944 is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 217 68 -
CMYK 0.70 0 0.69 0.15
HSL 120.79º 0.67% 0.55% -
HSV(B) 120.79º 0.7% 0.85% -
XYZ 28.1 51.2 13.87 -
YUV 154.87 78.97 64.62 -
System Red Green Blue C M Y K H S L
Decimal 66 217 68 0.70 0 0.69 0.15 120.79 0.67 0.55
Hex 42 D9 44 46 0 45 F 79 43 37
Octal 102 331 104 106 0 105 17 171 103 67
Binary 1000010 11011001 1000100 1000110 0 1000101 1111 1111001 1000011 110111

Color Harmonies of #42D944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D944

Black with #42D944

Text Example


Text Example

White with #42D944

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,217,68); }

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

background-color css

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

 a { background-color: rgb(66,217,68); }

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

border-color css

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

 span { border-color: rgb(66,217,68); }

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