Html Css Color HEX #42D44A Lime Green

📋 copy color: '#42D44A'

red 66 ◦ green 212 ◦ blue 74

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

Shades of Lime Green #42D44A

Tints of Lime Green #42D44A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 60.23%

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

R = 18.75%
G = 60.23%
B = 21.02%

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

#42D44A (or 0x42D44A) is known color: Lime Green. HEX triplet: 42, D4 and 4A. RGB value is (66,212,74). Sum of RGB (Red+Green+Blue) = 66+212+74=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 212 (83.20% from 255 or 60.23% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 212 - color contains mainly: green. Hex color #42D44A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D44A is #BD2BB5. Grayscale: #999999. Windows color (decimal): -12397494 or 4904002. OLE color: 4904002.

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

Color convert

RGB 66 212 74 -
CMYK 0.69 0 0.65 0.17
HSL 123.29º 0.63% 0.55% -
HSV(B) 123.29º 0.69% 0.83% -
XYZ 27.03 48.74 14.46 -
YUV 152.61 83.63 66.22 -
System Red Green Blue C M Y K H S L
Decimal 66 212 74 0.69 0 0.65 0.17 123.29 0.63 0.55
Hex 42 D4 4A 45 0 41 11 7B 3F 37
Octal 102 324 112 105 0 101 21 173 77 67
Binary 1000010 11010100 1001010 1000101 0 1000001 10001 1111011 111111 110111

Color Harmonies of #42D44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D44A

Black with #42D44A

Text Example


Text Example

White with #42D44A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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