Html Css Color HEX #3DDF48 Lime Green

📋 copy color: '#3DDF48'

red 61 ◦ green 223 ◦ blue 72

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

Shades of Lime Green #3DDF48

Tints of Lime Green #3DDF48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.22%

R = 17.13%
G = 62.64%
B = 20.22%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#3DDF48 (or 0x3DDF48) is known color: Lime Green. HEX triplet: 3D, DF and 48. RGB value is (61,223,72). Sum of RGB (Red+Green+Blue) = 61+223+72=356 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.13% from 356); Green value is 223 (87.5% from 255 or 62.64% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDF48 is #C220B7. Grayscale: #9D9D9D. Windows color (decimal): -12722360 or 4775741. OLE color: 4775741.

HSL color Cylindrical-coordinate representation of color #3DDF48: hue angle of 124.07º 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 #3DDF48 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 61 223 72 -
CMYK 0.73 0 0.68 0.13
HSL 124.07º 0.72% 0.56% -
HSV(B) 124.07º 0.73% 0.87% -
XYZ 29.48 54.24 15.05 -
YUV 157.35 79.83 59.28 -
System Red Green Blue C M Y K H S L
Decimal 61 223 72 0.73 0 0.68 0.13 124.07 0.72 0.56
Hex 3D DF 48 49 0 44 D 7C 48 38
Octal 75 337 110 111 0 104 15 174 110 70
Binary 111101 11011111 1001000 1001001 0 1000100 1101 1111100 1001000 111000

Color Harmonies of #3DDF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDF48

Black with #3DDF48

Text Example


Text Example

White with #3DDF48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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