Html Css Color HEX #3DF046 Lime Green

📋 copy color: '#3DF046'

red 61 ◦ green 240 ◦ blue 70

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

Shades of Lime Green #3DF046

Tints of Lime Green #3DF046

RGB

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

 GREEN value IS 240 (94.14% from 255) = 64.69%

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

R = 16.44%
G = 64.69%
B = 18.87%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#3DF046 (or 0x3DF046) is known color: Lime Green. HEX triplet: 3D, F0 and 46. RGB value is (61,240,70). Sum of RGB (Red+Green+Blue) = 61+240+70=371 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.44% from 371); Green value is 240 (94.14% from 255 or 64.69% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF046 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF046 is #C20FB9. Grayscale: #A7A7A7. Windows color (decimal): -12718010 or 4649021. OLE color: 4649021.

HSL color Cylindrical-coordinate representation of color #3DF046: hue angle of 123.02º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF046 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 61 240 70 -
CMYK 0.75 0 0.71 0.06
HSL 123.02º 0.86% 0.59% -
HSV(B) 123.02º 0.75% 0.94% -
XYZ 34.19 63.75 16.3 -
YUV 167.1 73.2 52.32 -
System Red Green Blue C M Y K H S L
Decimal 61 240 70 0.75 0 0.71 0.06 123.02 0.86 0.59
Hex 3D F0 46 4B 0 47 6 7B 56 3B
Octal 75 360 106 113 0 107 6 173 126 73
Binary 111101 11110000 1000110 1001011 0 1000111 110 1111011 1010110 111011

Color Harmonies of #3DF046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF046

Black with #3DF046

Text Example


Text Example

White with #3DF046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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