Html Css Color HEX #42E740 Lime Green

📋 copy color: '#42E740'

red 66 ◦ green 231 ◦ blue 64

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

Shades of Lime Green #42E740

Tints of Lime Green #42E740

RGB

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

 GREEN value IS 231 (90.63% from 255) = 63.99%

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

R = 18.28%
G = 63.99%
B = 17.73%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#42E740 (or 0x42E740) is known color: Lime Green. HEX triplet: 42, E7 and 40. RGB value is (66,231,64). Sum of RGB (Red+Green+Blue) = 66+231+64=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 231 (90.62% from 255 or 63.99% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 231 - color contains mainly: green. Hex color #42E740 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E740 is #BD18BF. Grayscale: #A3A3A3. Windows color (decimal): -12392640 or 4253506. OLE color: 4253506.

HSL color Cylindrical-coordinate representation of color #42E740: hue angle of 119.28º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E740 is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 66 231 64 -
CMYK 0.71 0 0.72 0.09
HSL 119.28º 0.78% 0.58% -
HSV(B) 119.28º 0.72% 0.91% -
XYZ 31.75 58.68 14.5 -
YUV 162.63 72.34 59.08 -
System Red Green Blue C M Y K H S L
Decimal 66 231 64 0.71 0 0.72 0.09 119.28 0.78 0.58
Hex 42 E7 40 47 0 48 9 77 4E 3A
Octal 102 347 100 107 0 110 11 167 116 72
Binary 1000010 11100111 1000000 1000111 0 1001000 1001 1110111 1001110 111010

Color Harmonies of #42E740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E740

Black with #42E740

Text Example


Text Example

White with #42E740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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