Html Css Color HEX #3DDF31 Lime Green

📋 copy color: '#3DDF31'

red 61 ◦ green 223 ◦ blue 49

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

Shades of Lime Green #3DDF31

Tints of Lime Green #3DDF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.71%

R = 18.32%
G = 66.97%
B = 14.71%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#3DDF31 (or 0x3DDF31) is known color: Lime Green. HEX triplet: 3D, DF and 31. RGB value is (61,223,49). Sum of RGB (Red+Green+Blue) = 61+223+49=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 223 (87.5% from 255 or 66.97% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDF31 is #C220CE. Grayscale: #9B9B9B. Windows color (decimal): -12722383 or 3268413. OLE color: 3268413.

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

Color convert

RGB 61 223 49 -
CMYK 0.73 0 0.78 0.13
HSL 115.86º 0.73% 0.53% -
HSV(B) 115.86º 0.78% 0.87% -
XYZ 28.87 53.99 11.81 -
YUV 154.73 68.33 61.15 -
System Red Green Blue C M Y K H S L
Decimal 61 223 49 0.73 0 0.78 0.13 115.86 0.73 0.53
Hex 3D DF 31 49 0 4E D 74 49 35
Octal 75 337 61 111 0 116 15 164 111 65
Binary 111101 11011111 110001 1001001 0 1001110 1101 1110100 1001001 110101

Color Harmonies of #3DDF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDF31

Black with #3DDF31

Text Example


Text Example

White with #3DDF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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