Html Css Color HEX #3DF72E Lime Green

📋 copy color: '#3DF72E'

red 61 ◦ green 247 ◦ blue 46

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

Shades of Lime Green #3DF72E

Tints of Lime Green #3DF72E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.99%

R = 17.23%
G = 69.77%
B = 12.99%

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

#3DF72E (or 0x3DF72E) is known color: Lime Green. HEX triplet: 3D, F7 and 2E. RGB value is (61,247,46). Sum of RGB (Red+Green+Blue) = 61+247+46=354 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.23% from 354); Green value is 247 (96.88% from 255 or 69.77% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF72E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF72E is #C208D1. Grayscale: #A9A9A9. Windows color (decimal): -12716242 or 3077949. OLE color: 3077949.

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

Color convert

RGB 61 247 46 -
CMYK 0.75 0 0.81 0.03
HSL 115.52º 0.93% 0.57% -
HSV(B) 115.52º 0.81% 0.97% -
XYZ 35.68 67.71 13.77 -
YUV 168.47 58.88 51.34 -
System Red Green Blue C M Y K H S L
Decimal 61 247 46 0.75 0 0.81 0.03 115.52 0.93 0.57
Hex 3D F7 2E 4B 0 51 3 74 5D 39
Octal 75 367 56 113 0 121 3 164 135 71
Binary 111101 11110111 101110 1001011 0 1010001 11 1110100 1011101 111001

Color Harmonies of #3DF72E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF72E

Black with #3DF72E

Text Example


Text Example

White with #3DF72E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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