Html Css Color HEX #3DE346 Lime Green

📋 copy color: '#3DE346'

red 61 ◦ green 227 ◦ blue 70

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

Shades of Lime Green #3DE346

Tints of Lime Green #3DE346

RGB

 RED value IS 61 (24.22% from 255) = 17.04%

 GREEN value IS 227 (89.06% from 255) = 63.41%

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

R = 17.04%
G = 63.41%
B = 19.55%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#3DE346 (or 0x3DE346) is known color: Lime Green. HEX triplet: 3D, E3 and 46. RGB value is (61,227,70). Sum of RGB (Red+Green+Blue) = 61+227+70=358 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.04% from 358); Green value is 227 (89.06% from 255 or 63.41% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 227 - color contains mainly: green. Hex color #3DE346 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DE346 is #C21CB9. Grayscale: #9F9F9F. Windows color (decimal): -12721338 or 4645693. OLE color: 4645693.

HSL color Cylindrical-coordinate representation of color #3DE346: hue angle of 123.25º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE346 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 61 227 70 -
CMYK 0.73 0 0.69 0.11
HSL 123.25º 0.75% 0.56% -
HSV(B) 123.25º 0.73% 0.89% -
XYZ 30.5 56.37 15.07 -
YUV 159.47 77.5 57.77 -
System Red Green Blue C M Y K H S L
Decimal 61 227 70 0.73 0 0.69 0.11 123.25 0.75 0.56
Hex 3D E3 46 49 0 45 B 7B 4B 38
Octal 75 343 106 111 0 105 13 173 113 70
Binary 111101 11100011 1000110 1001001 0 1000101 1011 1111011 1001011 111000

Color Harmonies of #3DE346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DE346

Black with #3DE346

Text Example


Text Example

White with #3DE346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,227,70); }

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

background-color css

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

 a { background-color: rgb(61,227,70); }

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

border-color css

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

 span { border-color: rgb(61,227,70); }

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