Html Css Color HEX #42C63F Lime Green

📋 copy color: '#42C63F'

red 66 ◦ green 198 ◦ blue 63

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

Shades of Lime Green #42C63F

Tints of Lime Green #42C63F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.27%

R = 20.18%
G = 60.55%
B = 19.27%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#42C63F (or 0x42C63F) is known color: Lime Green. HEX triplet: 42, C6 and 3F. RGB value is (66,198,63). Sum of RGB (Red+Green+Blue) = 66+198+63=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 198 (77.73% from 255 or 60.55% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 198 - color contains mainly: green. Hex color #42C63F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C63F is #BD39C0. Grayscale: #8F8F8F. Windows color (decimal): -12401089 or 4179522. OLE color: 4179522.

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

Color convert

RGB 66 198 63 -
CMYK 0.67 0 0.68 0.22
HSL 118.67º 0.54% 0.51% -
HSV(B) 118.67º 0.68% 0.78% -
XYZ 23.34 41.91 11.56 -
YUV 143.14 82.77 72.98 -
System Red Green Blue C M Y K H S L
Decimal 66 198 63 0.67 0 0.68 0.22 118.67 0.54 0.51
Hex 42 C6 3F 43 0 44 16 77 36 33
Octal 102 306 77 103 0 104 26 167 66 63
Binary 1000010 11000110 111111 1000011 0 1000100 10110 1110111 110110 110011

Color Harmonies of #42C63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C63F

Black with #42C63F

Text Example


Text Example

White with #42C63F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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