Html Css Color HEX #42C63E Lime Green

📋 copy color: '#42C63E'

red 66 ◦ green 198 ◦ blue 62

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

Shades of Lime Green #42C63E

Tints of Lime Green #42C63E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.02%

R = 20.25%
G = 60.74%
B = 19.02%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#42C63E (or 0x42C63E) is known color: Lime Green. HEX triplet: 42, C6 and 3E. RGB value is (66,198,62). Sum of RGB (Red+Green+Blue) = 66+198+62=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 198 (77.73% from 255 or 60.74% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 198 - color contains mainly: green. Hex color #42C63E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C63E is #BD39C1. Grayscale: #8F8F8F. Windows color (decimal): -12401090 or 4113986. OLE color: 4113986.

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

Color convert

RGB 66 198 62 -
CMYK 0.67 0 0.69 0.22
HSL 118.24º 0.54% 0.51% -
HSV(B) 118.24º 0.69% 0.78% -
XYZ 23.31 41.89 11.42 -
YUV 143.03 82.27 73.06 -
System Red Green Blue C M Y K H S L
Decimal 66 198 62 0.67 0 0.69 0.22 118.24 0.54 0.51
Hex 42 C6 3E 43 0 45 16 76 36 33
Octal 102 306 76 103 0 105 26 166 66 63
Binary 1000010 11000110 111110 1000011 0 1000101 10110 1110110 110110 110011

Color Harmonies of #42C63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C63E

Black with #42C63E

Text Example


Text Example

White with #42C63E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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