Html Css Color HEX #42D440 Lime Green

📋 copy color: '#42D440'

red 66 ◦ green 212 ◦ blue 64

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

Shades of Lime Green #42D440

Tints of Lime Green #42D440

RGB

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

 GREEN value IS 212 (83.2% from 255) = 61.99%

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

R = 19.3%
G = 61.99%
B = 18.71%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#42D440 (or 0x42D440) is known color: Lime Green. HEX triplet: 42, D4 and 40. RGB value is (66,212,64). Sum of RGB (Red+Green+Blue) = 66+212+64=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 212 (83.20% from 255 or 61.99% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 212 - color contains mainly: green. Hex color #42D440 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D440 is #BD2BBF. Grayscale: #979797. Windows color (decimal): -12397504 or 4248642. OLE color: 4248642.

HSL color Cylindrical-coordinate representation of color #42D440: hue angle of 119.19º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42D440 is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 66 212 64 -
CMYK 0.69 0 0.70 0.17
HSL 119.19º 0.63% 0.54% -
HSV(B) 119.19º 0.7% 0.83% -
XYZ 26.72 48.62 12.83 -
YUV 151.47 78.63 67.03 -
System Red Green Blue C M Y K H S L
Decimal 66 212 64 0.69 0 0.70 0.17 119.19 0.63 0.54
Hex 42 D4 40 45 0 46 11 77 3F 36
Octal 102 324 100 105 0 106 21 167 77 66
Binary 1000010 11010100 1000000 1000101 0 1000110 10001 1110111 111111 110110

Color Harmonies of #42D440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D440

Black with #42D440

Text Example


Text Example

White with #42D440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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