Html Css Color HEX #42C42A Lime Green

📋 copy color: '#42C42A'

red 66 ◦ green 196 ◦ blue 42

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

Shades of Lime Green #42C42A

Tints of Lime Green #42C42A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 64.47%

 BLUE value IS 42 (16.8% from 255) = 13.82%

R = 21.71%
G = 64.47%
B = 13.82%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#42C42A (or 0x42C42A) is known color: Lime Green. HEX triplet: 42, C4 and 2A. RGB value is (66,196,42). Sum of RGB (Red+Green+Blue) = 66+196+42=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 196 (76.95% from 255 or 64.47% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 196 - color contains mainly: green. Hex color #42C42A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C42A is #BD3BD5. Grayscale: #8C8C8C. Windows color (decimal): -12401622 or 2802754. OLE color: 2802754.

HSL color Cylindrical-coordinate representation of color #42C42A: hue angle of 110.65º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42C42A is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 66 196 42 -
CMYK 0.66 0 0.79 0.23
HSL 110.65º 0.65% 0.47% -
HSV(B) 110.65º 0.79% 0.77% -
XYZ 22.4 40.81 8.89 -
YUV 139.57 72.93 75.52 -
System Red Green Blue C M Y K H S L
Decimal 66 196 42 0.66 0 0.79 0.23 110.65 0.65 0.47
Hex 42 C4 2A 42 0 4F 17 6F 41 2F
Octal 102 304 52 102 0 117 27 157 101 57
Binary 1000010 11000100 101010 1000010 0 1001111 10111 1101111 1000001 101111

Color Harmonies of #42C42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C42A

Black with #42C42A

Text Example


Text Example

White with #42C42A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,196,42); }

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

background-color css

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

 a { background-color: rgb(66,196,42); }

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

border-color css

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

 span { border-color: rgb(66,196,42); }

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