Html Css Color HEX #42C64F Lime Green

📋 copy color: '#42C64F'

red 66 ◦ green 198 ◦ blue 79

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

Shades of Lime Green #42C64F

Tints of Lime Green #42C64F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 57.73%

 BLUE value IS 79 (31.25% from 255) = 23.03%

R = 19.24%
G = 57.73%
B = 23.03%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#42C64F (or 0x42C64F) is known color: Lime Green. HEX triplet: 42, C6 and 4F. RGB value is (66,198,79). Sum of RGB (Red+Green+Blue) = 66+198+79=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 198 (77.73% from 255 or 57.73% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 198 - color contains mainly: green. Hex color #42C64F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C64F is #BD39B0. Grayscale: #919191. Windows color (decimal): -12401073 or 5228098. OLE color: 5228098.

HSL color Cylindrical-coordinate representation of color #42C64F: hue angle of 125.91º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C64F is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 66 198 79 -
CMYK 0.67 0 0.60 0.22
HSL 125.91º 0.54% 0.52% -
HSV(B) 125.91º 0.67% 0.78% -
XYZ 23.85 42.11 14.27 -
YUV 144.97 90.77 71.68 -
System Red Green Blue C M Y K H S L
Decimal 66 198 79 0.67 0 0.60 0.22 125.91 0.54 0.52
Hex 42 C6 4F 43 0 3C 16 7E 36 34
Octal 102 306 117 103 0 74 26 176 66 64
Binary 1000010 11000110 1001111 1000011 0 111100 10110 1111110 110110 110100

Color Harmonies of #42C64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C64F

Black with #42C64F

Text Example


Text Example

White with #42C64F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,198,79); }

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

background-color css

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

 a { background-color: rgb(66,198,79); }

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

border-color css

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

 span { border-color: rgb(66,198,79); }

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