Html Css Color HEX #3DDF4F Lime Green

📋 copy color: '#3DDF4F'

red 61 ◦ green 223 ◦ blue 79

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

Shades of Lime Green #3DDF4F

Tints of Lime Green #3DDF4F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 61.43%

 BLUE value IS 79 (31.25% from 255) = 21.76%

R = 16.8%
G = 61.43%
B = 21.76%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#3DDF4F (or 0x3DDF4F) is known color: Lime Green. HEX triplet: 3D, DF and 4F. RGB value is (61,223,79). Sum of RGB (Red+Green+Blue) = 61+223+79=363 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.80% from 363); Green value is 223 (87.5% from 255 or 61.43% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDF4F is #C220B0. Grayscale: #9E9E9E. Windows color (decimal): -12722353 or 5234493. OLE color: 5234493.

HSL color Cylindrical-coordinate representation of color #3DDF4F: hue angle of 126.67º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DDF4F is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 61 223 79 -
CMYK 0.73 0 0.65 0.13
HSL 126.67º 0.72% 0.56% -
HSV(B) 126.67º 0.73% 0.87% -
XYZ 29.72 54.33 16.32 -
YUV 158.15 83.33 58.71 -
System Red Green Blue C M Y K H S L
Decimal 61 223 79 0.73 0 0.65 0.13 126.67 0.72 0.56
Hex 3D DF 4F 49 0 41 D 7F 48 38
Octal 75 337 117 111 0 101 15 177 110 70
Binary 111101 11011111 1001111 1001001 0 1000001 1101 1111111 1001000 111000

Color Harmonies of #3DDF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDF4F

Black with #3DDF4F

Text Example


Text Example

White with #3DDF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,223,79); }

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

background-color css

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

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

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

border-color css

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

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

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