Html Css Color HEX #3EF142 Lime Green

📋 copy color: '#3EF142'

red 62 ◦ green 241 ◦ blue 66

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

Shades of Lime Green #3EF142

Tints of Lime Green #3EF142

RGB

 RED value IS 62 (24.61% from 255) = 16.8%

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

 BLUE value IS 66 (26.17% from 255) = 17.89%

R = 16.8%
G = 65.31%
B = 17.89%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#3EF142 (or 0x3EF142) is known color: Lime Green. HEX triplet: 3E, F1 and 42. RGB value is (62,241,66). Sum of RGB (Red+Green+Blue) = 62+241+66=369 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.80% from 369); Green value is 241 (94.53% from 255 or 65.31% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 241 - color contains mainly: green. Hex color #3EF142 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EF142 is #C10EBD. Grayscale: #A8A8A8. Windows color (decimal): -12652222 or 4387134. OLE color: 4387134.

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

Color convert

RGB 62 241 66 -
CMYK 0.74 0 0.73 0.05
HSL 121.34º 0.86% 0.59% -
HSV(B) 121.34º 0.74% 0.95% -
XYZ 34.43 64.33 15.76 -
YUV 167.53 70.7 52.73 -
System Red Green Blue C M Y K H S L
Decimal 62 241 66 0.74 0 0.73 0.05 121.34 0.86 0.59
Hex 3E F1 42 4A 0 49 5 79 56 3B
Octal 76 361 102 112 0 111 5 171 126 73
Binary 111110 11110001 1000010 1001010 0 1001001 101 1111001 1010110 111011

Color Harmonies of #3EF142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EF142

Black with #3EF142

Text Example


Text Example

White with #3EF142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3EF142; }

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

 H1.HeaderClassName
 {
   color: #3EF142;
 }
 .AnyTagClassName
 {
   color: #3EF142;
 }
</style>

background-color css

<style>
 a { background-color: #3EF142; }

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

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

border-color css

<style>
 span { border-color: #3EF142; }

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

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