Html Css Color HEX #42D34A Lime Green

📋 copy color: '#42D34A'

red 66 ◦ green 211 ◦ blue 74

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

Shades of Lime Green #42D34A

Tints of Lime Green #42D34A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 60.11%

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

R = 18.8%
G = 60.11%
B = 21.08%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#42D34A (or 0x42D34A) is known color: Lime Green. HEX triplet: 42, D3 and 4A. RGB value is (66,211,74). Sum of RGB (Red+Green+Blue) = 66+211+74=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 211 (82.81% from 255 or 60.11% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 211 - color contains mainly: green. Hex color #42D34A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D34A is #BD2CB5. Grayscale: #989898. Windows color (decimal): -12397750 or 4903746. OLE color: 4903746.

HSL color Cylindrical-coordinate representation of color #42D34A: hue angle of 123.31º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D34A is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 66 211 74 -
CMYK 0.69 0 0.65 0.17
HSL 123.31º 0.62% 0.54% -
HSV(B) 123.31º 0.69% 0.83% -
XYZ 26.78 48.24 14.38 -
YUV 152.03 83.96 66.64 -
System Red Green Blue C M Y K H S L
Decimal 66 211 74 0.69 0 0.65 0.17 123.31 0.62 0.54
Hex 42 D3 4A 45 0 41 11 7B 3E 36
Octal 102 323 112 105 0 101 21 173 76 66
Binary 1000010 11010011 1001010 1000101 0 1000001 10001 1111011 111110 110110

Color Harmonies of #42D34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D34A

Black with #42D34A

Text Example


Text Example

White with #42D34A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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