Html Css Color HEX #3EC330 Lime Green

📋 copy color: '#3EC330'

red 62 ◦ green 195 ◦ blue 48

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

Shades of Lime Green #3EC330

Tints of Lime Green #3EC330

RGB

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

 GREEN value IS 195 (76.56% from 255) = 63.93%

 BLUE value IS 48 (19.14% from 255) = 15.74%

R = 20.33%
G = 63.93%
B = 15.74%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#3EC330 (or 0x3EC330) is known color: Lime Green. HEX triplet: 3E, C3 and 30. RGB value is (62,195,48). Sum of RGB (Red+Green+Blue) = 62+195+48=305 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.33% from 305); Green value is 195 (76.56% from 255 or 63.93% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 195 - color contains mainly: green. Hex color #3EC330 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC330 is #C13CCF. Grayscale: #8A8A8A. Windows color (decimal): -12664016 or 3195710. OLE color: 3195710.

HSL color Cylindrical-coordinate representation of color #3EC330: hue angle of 114.29º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EC330 is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 62 195 48 -
CMYK 0.68 0 0.75 0.24
HSL 114.29º 0.6% 0.48% -
HSV(B) 114.29º 0.75% 0.76% -
XYZ 22.04 40.27 9.41 -
YUV 138.48 76.94 73.45 -
System Red Green Blue C M Y K H S L
Decimal 62 195 48 0.68 0 0.75 0.24 114.29 0.6 0.48
Hex 3E C3 30 44 0 4B 18 72 3C 30
Octal 76 303 60 104 0 113 30 162 74 60
Binary 111110 11000011 110000 1000100 0 1001011 11000 1110010 111100 110000

Color Harmonies of #3EC330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EC330

Black with #3EC330

Text Example


Text Example

White with #3EC330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,195,48); }

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

background-color css

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

 a { background-color: rgb(62,195,48); }

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

border-color css

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

 span { border-color: rgb(62,195,48); }

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