Html Css Color HEX #3DF73F Lime Green

📋 copy color: '#3DF73F'

red 61 ◦ green 247 ◦ blue 63

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

Shades of Lime Green #3DF73F

Tints of Lime Green #3DF73F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.98%

R = 16.44%
G = 66.58%
B = 16.98%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#3DF73F (or 0x3DF73F) is known color: Lime Green. HEX triplet: 3D, F7 and 3F. RGB value is (61,247,63). Sum of RGB (Red+Green+Blue) = 61+247+63=371 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.44% from 371); Green value is 247 (96.88% from 255 or 66.58% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF73F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF73F is #C208C0. Grayscale: #AAAAAA. Windows color (decimal): -12716225 or 4192061. OLE color: 4192061.

HSL color Cylindrical-coordinate representation of color #3DF73F: hue angle of 120.65º 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 #3DF73F is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 61 247 63 -
CMYK 0.75 0 0.74 0.03
HSL 120.65º 0.92% 0.6% -
HSV(B) 120.65º 0.75% 0.97% -
XYZ 36.08 67.87 15.9 -
YUV 170.41 67.38 49.96 -
System Red Green Blue C M Y K H S L
Decimal 61 247 63 0.75 0 0.74 0.03 120.65 0.92 0.6
Hex 3D F7 3F 4B 0 4A 3 79 5C 3C
Octal 75 367 77 113 0 112 3 171 134 74
Binary 111101 11110111 111111 1001011 0 1001010 11 1111001 1011100 111100

Color Harmonies of #3DF73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF73F

Black with #3DF73F

Text Example


Text Example

White with #3DF73F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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