Html Css Color HEX #3DDF51 Lime Green

📋 copy color: '#3DDF51'

red 61 ◦ green 223 ◦ blue 81

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

Shades of Lime Green #3DDF51

Tints of Lime Green #3DDF51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.19%

R = 16.71%
G = 61.1%
B = 22.19%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#3DDF51 (or 0x3DDF51) is known color: Lime Green. HEX triplet: 3D, DF and 51. RGB value is (61,223,81). Sum of RGB (Red+Green+Blue) = 61+223+81=365 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.71% from 365); Green value is 223 (87.5% from 255 or 61.10% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDF51 is #C220AE. Grayscale: #9E9E9E. Windows color (decimal): -12722351 or 5365565. OLE color: 5365565.

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

Color convert

RGB 61 223 81 -
CMYK 0.73 0 0.64 0.13
HSL 127.41º 0.72% 0.56% -
HSV(B) 127.41º 0.73% 0.87% -
XYZ 29.8 54.36 16.71 -
YUV 158.37 84.33 58.55 -
System Red Green Blue C M Y K H S L
Decimal 61 223 81 0.73 0 0.64 0.13 127.41 0.72 0.56
Hex 3D DF 51 49 0 40 D 7F 48 38
Octal 75 337 121 111 0 100 15 177 110 70
Binary 111101 11011111 1010001 1001001 0 1000000 1101 1111111 1001000 111000

Color Harmonies of #3DDF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDF51

Black with #3DDF51

Text Example


Text Example

White with #3DDF51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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