Html Css Color HEX #42D64C Lime Green

📋 copy color: '#42D64C'

red 66 ◦ green 214 ◦ blue 76

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

Shades of Lime Green #42D64C

Tints of Lime Green #42D64C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 60.11%

 BLUE value IS 76 (30.08% from 255) = 21.35%

R = 18.54%
G = 60.11%
B = 21.35%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#42D64C (or 0x42D64C) is known color: Lime Green. HEX triplet: 42, D6 and 4C. RGB value is (66,214,76). Sum of RGB (Red+Green+Blue) = 66+214+76=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 214 (83.98% from 255 or 60.11% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 214 - color contains mainly: green. Hex color #42D64C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D64C is #BD29B3. Grayscale: #9A9A9A. Windows color (decimal): -12396980 or 5035586. OLE color: 5035586.

HSL color Cylindrical-coordinate representation of color #42D64C: hue angle of 124.05º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D64C is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 214 76 -
CMYK 0.69 0 0.64 0.16
HSL 124.05º 0.64% 0.55% -
HSV(B) 124.05º 0.69% 0.84% -
XYZ 27.6 49.77 14.99 -
YUV 154.02 83.97 65.22 -
System Red Green Blue C M Y K H S L
Decimal 66 214 76 0.69 0 0.64 0.16 124.05 0.64 0.55
Hex 42 D6 4C 45 0 40 10 7C 40 37
Octal 102 326 114 105 0 100 20 174 100 67
Binary 1000010 11010110 1001100 1000101 0 1000000 10000 1111100 1000000 110111

Color Harmonies of #42D64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D64C

Black with #42D64C

Text Example


Text Example

White with #42D64C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,214,76); }

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

background-color css

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

 a { background-color: rgb(66,214,76); }

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

border-color css

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

 span { border-color: rgb(66,214,76); }

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