Html Css Color HEX #3DF72D Lime Green

📋 copy color: '#3DF72D'

red 61 ◦ green 247 ◦ blue 45

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

Shades of Lime Green #3DF72D

Tints of Lime Green #3DF72D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.75%

R = 17.28%
G = 69.97%
B = 12.75%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#3DF72D (or 0x3DF72D) is known color: Lime Green. HEX triplet: 3D, F7 and 2D. RGB value is (61,247,45). Sum of RGB (Red+Green+Blue) = 61+247+45=353 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.28% from 353); Green value is 247 (96.88% from 255 or 69.97% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF72D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF72D is #C208D2. Grayscale: #A8A8A8. Windows color (decimal): -12716243 or 3012413. OLE color: 3012413.

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

Color convert

RGB 61 247 45 -
CMYK 0.75 0 0.82 0.03
HSL 115.25º 0.93% 0.57% -
HSV(B) 115.25º 0.82% 0.97% -
XYZ 35.66 67.7 13.67 -
YUV 168.36 58.38 51.43 -
System Red Green Blue C M Y K H S L
Decimal 61 247 45 0.75 0 0.82 0.03 115.25 0.93 0.57
Hex 3D F7 2D 4B 0 52 3 73 5D 39
Octal 75 367 55 113 0 122 3 163 135 71
Binary 111101 11110111 101101 1001011 0 1010010 11 1110011 1011101 111001

Color Harmonies of #3DF72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF72D

Black with #3DF72D

Text Example


Text Example

White with #3DF72D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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