Html Css Color HEX #42D639 Lime Green

📋 copy color: '#42D639'

red 66 ◦ green 214 ◦ blue 57

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

Shades of Lime Green #42D639

Tints of Lime Green #42D639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.91%

R = 19.58%
G = 63.5%
B = 16.91%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#42D639 (or 0x42D639) is known color: Lime Green. HEX triplet: 42, D6 and 39. RGB value is (66,214,57). Sum of RGB (Red+Green+Blue) = 66+214+57=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 214 (83.98% from 255 or 63.50% from 337); Blue value is 57 (22.66% from 255 or 16.91% from 337); Max value from RGB is 214 - color contains mainly: green. Hex color #42D639 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D639 is #BD29C6. Grayscale: #989898. Windows color (decimal): -12396999 or 3790402. OLE color: 3790402.

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

Color convert

RGB 66 214 57 -
CMYK 0.69 0 0.73 0.16
HSL 116.56º 0.66% 0.53% -
HSV(B) 116.56º 0.73% 0.84% -
XYZ 27.03 49.55 12.01 -
YUV 151.85 74.47 66.77 -
System Red Green Blue C M Y K H S L
Decimal 66 214 57 0.69 0 0.73 0.16 116.56 0.66 0.53
Hex 42 D6 39 45 0 49 10 75 42 35
Octal 102 326 71 105 0 111 20 165 102 65
Binary 1000010 11010110 111001 1000101 0 1001001 10000 1110101 1000010 110101

Color Harmonies of #42D639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D639

Black with #42D639

Text Example


Text Example

White with #42D639

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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