Html Css Color HEX #3DF73D Lime Green

📋 copy color: '#3DF73D'

red 61 ◦ green 247 ◦ blue 61

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

Shades of Lime Green #3DF73D

Tints of Lime Green #3DF73D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 66.94%

 BLUE value IS 61 (24.22% from 255) = 16.53%

R = 16.53%
G = 66.94%
B = 16.53%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#3DF73D (or 0x3DF73D) is known color: Lime Green. HEX triplet: 3D, F7 and 3D. RGB value is (61,247,61). Sum of RGB (Red+Green+Blue) = 61+247+61=369 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.53% from 369); Green value is 247 (96.88% from 255 or 66.94% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF73D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF73D is #C208C2. Grayscale: #AAAAAA. Windows color (decimal): -12716227 or 4060989. OLE color: 4060989.

HSL color Cylindrical-coordinate representation of color #3DF73D: hue angle of 120º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF73D is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB 61 247 61 -
CMYK 0.75 0 0.75 0.03
HSL 120º 0.92% 0.6% -
HSV(B) 120º 0.75% 0.97% -
XYZ 36.03 67.85 15.61 -
YUV 170.18 66.38 50.12 -
System Red Green Blue C M Y K H S L
Decimal 61 247 61 0.75 0 0.75 0.03 120 0.92 0.6
Hex 3D F7 3D 4B 0 4B 3 78 5C 3C
Octal 75 367 75 113 0 113 3 170 134 74
Binary 111101 11110111 111101 1001011 0 1001011 11 1111000 1011100 111100

Color Harmonies of #3DF73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF73D

Black with #3DF73D

Text Example


Text Example

White with #3DF73D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,247,61); }

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

background-color css

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

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

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

border-color css

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

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

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