Html Css Color HEX #42D640 Lime Green

📋 copy color: '#42D640'

red 66 ◦ green 214 ◦ blue 64

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

Shades of Lime Green #42D640

Tints of Lime Green #42D640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.6%

R = 19.19%
G = 62.21%
B = 18.6%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#42D640 (or 0x42D640) is known color: Lime Green. HEX triplet: 42, D6 and 40. RGB value is (66,214,64). Sum of RGB (Red+Green+Blue) = 66+214+64=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 214 (83.98% from 255 or 62.21% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 214 - color contains mainly: green. Hex color #42D640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D640 is #BD29BF. Grayscale: #999999. Windows color (decimal): -12396992 or 4249154. OLE color: 4249154.

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

Color convert

RGB 66 214 64 -
CMYK 0.69 0 0.70 0.16
HSL 119.2º 0.65% 0.55% -
HSV(B) 119.2º 0.7% 0.84% -
XYZ 27.22 49.62 12.99 -
YUV 152.65 77.97 66.2 -
System Red Green Blue C M Y K H S L
Decimal 66 214 64 0.69 0 0.70 0.16 119.2 0.65 0.55
Hex 42 D6 40 45 0 46 10 77 41 37
Octal 102 326 100 105 0 106 20 167 101 67
Binary 1000010 11010110 1000000 1000101 0 1000110 10000 1110111 1000001 110111

Color Harmonies of #42D640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D640

Black with #42D640

Text Example


Text Example

White with #42D640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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