Html Css Color HEX #3DF72F Lime Green

📋 copy color: '#3DF72F'

red 61 ◦ green 247 ◦ blue 47

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

Shades of Lime Green #3DF72F

Tints of Lime Green #3DF72F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.24%

R = 17.18%
G = 69.58%
B = 13.24%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#3DF72F (or 0x3DF72F) is known color: Lime Green. HEX triplet: 3D, F7 and 2F. RGB value is (61,247,47). Sum of RGB (Red+Green+Blue) = 61+247+47=355 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.18% from 355); Green value is 247 (96.88% from 255 or 69.58% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF72F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF72F is #C208D0. Grayscale: #A9A9A9. Windows color (decimal): -12716241 or 3143485. OLE color: 3143485.

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

Color convert

RGB 61 247 47 -
CMYK 0.75 0 0.81 0.03
HSL 115.8º 0.93% 0.58% -
HSV(B) 115.8º 0.81% 0.97% -
XYZ 35.7 67.72 13.88 -
YUV 168.59 59.38 51.26 -
System Red Green Blue C M Y K H S L
Decimal 61 247 47 0.75 0 0.81 0.03 115.8 0.93 0.58
Hex 3D F7 2F 4B 0 51 3 74 5D 3A
Octal 75 367 57 113 0 121 3 164 135 72
Binary 111101 11110111 101111 1001011 0 1010001 11 1110100 1011101 111010

Color Harmonies of #3DF72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF72F

Black with #3DF72F

Text Example


Text Example

White with #3DF72F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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