Html Css Color HEX #42D74A Lime Green

📋 copy color: '#42D74A'

red 66 ◦ green 215 ◦ blue 74

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

Shades of Lime Green #42D74A

Tints of Lime Green #42D74A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.85%

R = 18.59%
G = 60.56%
B = 20.85%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#42D74A (or 0x42D74A) is known color: Lime Green. HEX triplet: 42, D7 and 4A. RGB value is (66,215,74). Sum of RGB (Red+Green+Blue) = 66+215+74=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 215 (84.38% from 255 or 60.56% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 215 - color contains mainly: green. Hex color #42D74A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D74A is #BD28B5. Grayscale: #9A9A9A. Windows color (decimal): -12396726 or 4904770. OLE color: 4904770.

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

Color convert

RGB 66 215 74 -
CMYK 0.69 0 0.66 0.16
HSL 123.22º 0.65% 0.55% -
HSV(B) 123.22º 0.69% 0.84% -
XYZ 27.78 50.25 14.71 -
YUV 154.38 82.64 64.96 -
System Red Green Blue C M Y K H S L
Decimal 66 215 74 0.69 0 0.66 0.16 123.22 0.65 0.55
Hex 42 D7 4A 45 0 42 10 7B 41 37
Octal 102 327 112 105 0 102 20 173 101 67
Binary 1000010 11010111 1001010 1000101 0 1000010 10000 1111011 1000001 110111

Color Harmonies of #42D74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D74A

Black with #42D74A

Text Example


Text Example

White with #42D74A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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