Html Css Color HEX #42F63C Lime Green

📋 copy color: '#42F63C'

red 66 ◦ green 246 ◦ blue 60

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

Shades of Lime Green #42F63C

Tints of Lime Green #42F63C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 66.13%

 BLUE value IS 60 (23.83% from 255) = 16.13%

R = 17.74%
G = 66.13%
B = 16.13%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#42F63C (or 0x42F63C) is known color: Lime Green. HEX triplet: 42, F6 and 3C. RGB value is (66,246,60). Sum of RGB (Red+Green+Blue) = 66+246+60=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 246 (96.48% from 255 or 66.13% from 372); Blue value is 60 (23.83% from 255 or 16.13% from 372); Max value from RGB is 246 - color contains mainly: green. Hex color #42F63C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F63C is #BD09C3. Grayscale: #ABABAB. Windows color (decimal): -12388804 or 3995202. OLE color: 3995202.

HSL color Cylindrical-coordinate representation of color #42F63C: hue angle of 118.06º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42F63C is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 66 246 60 -
CMYK 0.73 0 0.76 0.04
HSL 118.06º 0.91% 0.6% -
HSV(B) 118.06º 0.76% 0.96% -
XYZ 36.02 67.4 15.39 -
YUV 170.98 65.37 53.12 -
System Red Green Blue C M Y K H S L
Decimal 66 246 60 0.73 0 0.76 0.04 118.06 0.91 0.6
Hex 42 F6 3C 49 0 4C 4 76 5B 3C
Octal 102 366 74 111 0 114 4 166 133 74
Binary 1000010 11110110 111100 1001001 0 1001100 100 1110110 1011011 111100

Color Harmonies of #42F63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F63C

Black with #42F63C

Text Example


Text Example

White with #42F63C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,246,60); }

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

background-color css

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

 a { background-color: rgb(66,246,60); }

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

border-color css

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

 span { border-color: rgb(66,246,60); }

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