Html Css Color HEX #3DDF52 Lime Green

📋 copy color: '#3DDF52'

red 61 ◦ green 223 ◦ blue 82

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

Shades of Lime Green #3DDF52

Tints of Lime Green #3DDF52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.4%

R = 16.67%
G = 60.93%
B = 22.4%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#3DDF52 (or 0x3DDF52) is known color: Lime Green. HEX triplet: 3D, DF and 52. RGB value is (61,223,82). Sum of RGB (Red+Green+Blue) = 61+223+82=366 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.67% from 366); Green value is 223 (87.5% from 255 or 60.93% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDF52 is #C220AD. Grayscale: #9E9E9E. Windows color (decimal): -12722350 or 5431101. OLE color: 5431101.

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

Color convert

RGB 61 223 82 -
CMYK 0.73 0 0.63 0.13
HSL 127.78º 0.72% 0.56% -
HSV(B) 127.78º 0.73% 0.87% -
XYZ 29.84 54.38 16.91 -
YUV 158.49 84.83 58.46 -
System Red Green Blue C M Y K H S L
Decimal 61 223 82 0.73 0 0.63 0.13 127.78 0.72 0.56
Hex 3D DF 52 49 0 3F D 80 48 38
Octal 75 337 122 111 0 77 15 200 110 70
Binary 111101 11011111 1010010 1001001 0 111111 1101 10000000 1001000 111000

Color Harmonies of #3DDF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDF52

Black with #3DDF52

Text Example


Text Example

White with #3DDF52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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