Html Css Color HEX #42C146 Lime Green

📋 copy color: '#42C146'

red 66 ◦ green 193 ◦ blue 70

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

Shades of Lime Green #42C146

Tints of Lime Green #42C146

RGB

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

 GREEN value IS 193 (75.78% from 255) = 58.66%

 BLUE value IS 70 (27.73% from 255) = 21.28%

R = 20.06%
G = 58.66%
B = 21.28%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#42C146 (or 0x42C146) is known color: Lime Green. HEX triplet: 42, C1 and 46. RGB value is (66,193,70). Sum of RGB (Red+Green+Blue) = 66+193+70=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 193 (75.78% from 255 or 58.66% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 193 - color contains mainly: green. Hex color #42C146 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C146 is #BD3EB9. Grayscale: #8D8D8D. Windows color (decimal): -12402362 or 4636994. OLE color: 4636994.

HSL color Cylindrical-coordinate representation of color #42C146: hue angle of 121.89º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C146 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 193 70 -
CMYK 0.66 0 0.64 0.24
HSL 121.89º 0.51% 0.51% -
HSV(B) 121.89º 0.66% 0.76% -
XYZ 22.42 39.74 12.28 -
YUV 141.01 87.92 74.5 -
System Red Green Blue C M Y K H S L
Decimal 66 193 70 0.66 0 0.64 0.24 121.89 0.51 0.51
Hex 42 C1 46 42 0 40 18 7A 33 33
Octal 102 301 106 102 0 100 30 172 63 63
Binary 1000010 11000001 1000110 1000010 0 1000000 11000 1111010 110011 110011

Color Harmonies of #42C146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C146

Black with #42C146

Text Example


Text Example

White with #42C146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,193,70); }

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

background-color css

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

 a { background-color: rgb(66,193,70); }

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

border-color css

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

 span { border-color: rgb(66,193,70); }

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