Html Css Color HEX #3ECC20 Lime Green

📋 copy color: '#3ECC20'

red 62 ◦ green 204 ◦ blue 32

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

Shades of Lime Green #3ECC20

Tints of Lime Green #3ECC20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.74%

R = 20.81%
G = 68.46%
B = 10.74%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#3ECC20 (or 0x3ECC20) is known color: Lime Green. HEX triplet: 3E, CC and 20. RGB value is (62,204,32). Sum of RGB (Red+Green+Blue) = 62+204+32=298 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.81% from 298); Green value is 204 (80.08% from 255 or 68.46% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 204 - color contains mainly: green. Hex color #3ECC20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ECC20 is #C133DF. Grayscale: #8E8E8E. Windows color (decimal): -12661728 or 2149438. OLE color: 2149438.

HSL color Cylindrical-coordinate representation of color #3ECC20: hue angle of 109.53º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3ECC20 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 62 204 32 -
CMYK 0.70 0 0.84 0.2
HSL 109.53º 0.73% 0.46% -
HSV(B) 109.53º 0.84% 0.8% -
XYZ 23.84 44.31 8.66 -
YUV 141.93 65.96 70.99 -
System Red Green Blue C M Y K H S L
Decimal 62 204 32 0.70 0 0.84 0.2 109.53 0.73 0.46
Hex 3E CC 20 46 0 54 14 6E 49 2E
Octal 76 314 40 106 0 124 24 156 111 56
Binary 111110 11001100 100000 1000110 0 1010100 10100 1101110 1001001 101110

Color Harmonies of #3ECC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ECC20

Black with #3ECC20

Text Example


Text Example

White with #3ECC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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