Html Css Color HEX #42E747 Lime Green

📋 copy color: '#42E747'

red 66 ◦ green 231 ◦ blue 71

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

Shades of Lime Green #42E747

Tints of Lime Green #42E747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.29%

R = 17.93%
G = 62.77%
B = 19.29%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#42E747 (or 0x42E747) is known color: Lime Green. HEX triplet: 42, E7 and 47. RGB value is (66,231,71). Sum of RGB (Red+Green+Blue) = 66+231+71=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 231 (90.62% from 255 or 62.77% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 231 - color contains mainly: green. Hex color #42E747 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E747 is #BD18B8. Grayscale: #A3A3A3. Windows color (decimal): -12392633 or 4712258. OLE color: 4712258.

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

Color convert

RGB 66 231 71 -
CMYK 0.71 0 0.69 0.09
HSL 121.82º 0.77% 0.58% -
HSV(B) 121.82º 0.71% 0.91% -
XYZ 31.96 58.77 15.62 -
YUV 163.43 75.84 58.51 -
System Red Green Blue C M Y K H S L
Decimal 66 231 71 0.71 0 0.69 0.09 121.82 0.77 0.58
Hex 42 E7 47 47 0 45 9 7A 4D 3A
Octal 102 347 107 107 0 105 11 172 115 72
Binary 1000010 11100111 1000111 1000111 0 1000101 1001 1111010 1001101 111010

Color Harmonies of #42E747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E747

Black with #42E747

Text Example


Text Example

White with #42E747

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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