Html Css Color HEX #3ECC46 Lime Green

📋 copy color: '#3ECC46'

red 62 ◦ green 204 ◦ blue 70

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

Shades of Lime Green #3ECC46

Tints of Lime Green #3ECC46

RGB

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

 GREEN value IS 204 (80.08% from 255) = 60.71%

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

R = 18.45%
G = 60.71%
B = 20.83%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#3ECC46 (or 0x3ECC46) is known color: Lime Green. HEX triplet: 3E, CC and 46. RGB value is (62,204,70). Sum of RGB (Red+Green+Blue) = 62+204+70=336 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.45% from 336); Green value is 204 (80.08% from 255 or 60.71% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 204 - color contains mainly: green. Hex color #3ECC46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ECC46 is #C133B9. Grayscale: #929292. Windows color (decimal): -12661690 or 4639806. OLE color: 4639806.

HSL color Cylindrical-coordinate representation of color #3ECC46: hue angle of 123.38º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ECC46 is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 62 204 70 -
CMYK 0.70 0 0.66 0.2
HSL 123.38º 0.58% 0.52% -
HSV(B) 123.38º 0.7% 0.8% -
XYZ 24.68 44.65 13.11 -
YUV 146.27 84.96 67.9 -
System Red Green Blue C M Y K H S L
Decimal 62 204 70 0.70 0 0.66 0.2 123.38 0.58 0.52
Hex 3E CC 46 46 0 42 14 7B 3A 34
Octal 76 314 106 106 0 102 24 173 72 64
Binary 111110 11001100 1000110 1000110 0 1000010 10100 1111011 111010 110100

Color Harmonies of #3ECC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ECC46

Black with #3ECC46

Text Example


Text Example

White with #3ECC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,204,70); }

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

background-color css

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

 a { background-color: rgb(62,204,70); }

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

border-color css

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

 span { border-color: rgb(62,204,70); }

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