Html Css Color HEX #42F146 Lime Green

📋 copy color: '#42F146'

red 66 ◦ green 241 ◦ blue 70

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

Shades of Lime Green #42F146

Tints of Lime Green #42F146

RGB

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

 GREEN value IS 241 (94.53% from 255) = 63.93%

 BLUE value IS 70 (27.73% from 255) = 18.57%

R = 17.51%
G = 63.93%
B = 18.57%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#42F146 (or 0x42F146) is known color: Lime Green. HEX triplet: 42, F1 and 46. RGB value is (66,241,70). Sum of RGB (Red+Green+Blue) = 66+241+70=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 241 (94.53% from 255 or 63.93% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 241 - color contains mainly: green. Hex color #42F146 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F146 is #BD0EB9. Grayscale: #A9A9A9. Windows color (decimal): -12390074 or 4649282. OLE color: 4649282.

HSL color Cylindrical-coordinate representation of color #42F146: hue angle of 121.37º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F146 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 241 70 -
CMYK 0.73 0 0.71 0.05
HSL 121.37º 0.86% 0.6% -
HSV(B) 121.37º 0.73% 0.95% -
XYZ 34.81 64.51 16.41 -
YUV 169.18 72.02 54.4 -
System Red Green Blue C M Y K H S L
Decimal 66 241 70 0.73 0 0.71 0.05 121.37 0.86 0.6
Hex 42 F1 46 49 0 47 5 79 56 3C
Octal 102 361 106 111 0 107 5 171 126 74
Binary 1000010 11110001 1000110 1001001 0 1000111 101 1111001 1010110 111100

Color Harmonies of #42F146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F146

Black with #42F146

Text Example


Text Example

White with #42F146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,241,70); }

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

background-color css

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

 a { background-color: rgb(66,241,70); }

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

border-color css

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

 span { border-color: rgb(66,241,70); }

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