Html Css Color HEX #3DDC33 Lime Green

📋 copy color: '#3DDC33'

red 61 ◦ green 220 ◦ blue 51

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

Shades of Lime Green #3DDC33

Tints of Lime Green #3DDC33

RGB

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

 GREEN value IS 220 (86.33% from 255) = 66.27%

 BLUE value IS 51 (20.31% from 255) = 15.36%

R = 18.37%
G = 66.27%
B = 15.36%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#3DDC33 (or 0x3DDC33) is known color: Lime Green. HEX triplet: 3D, DC and 33. RGB value is (61,220,51). Sum of RGB (Red+Green+Blue) = 61+220+51=332 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.37% from 332); Green value is 220 (86.33% from 255 or 66.27% from 332); Blue value is 51 (20.31% from 255 or 15.36% from 332); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDC33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDC33 is #C223CC. Grayscale: #999999. Windows color (decimal): -12723149 or 3398717. OLE color: 3398717.

HSL color Cylindrical-coordinate representation of color #3DDC33: hue angle of 116.45º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3DDC33 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 61 220 51 -
CMYK 0.72 0 0.77 0.14
HSL 116.45º 0.71% 0.53% -
HSV(B) 116.45º 0.77% 0.86% -
XYZ 28.12 52.42 11.77 -
YUV 153.19 70.32 62.24 -
System Red Green Blue C M Y K H S L
Decimal 61 220 51 0.72 0 0.77 0.14 116.45 0.71 0.53
Hex 3D DC 33 48 0 4D E 74 47 35
Octal 75 334 63 110 0 115 16 164 107 65
Binary 111101 11011100 110011 1001000 0 1001101 1110 1110100 1000111 110101

Color Harmonies of #3DDC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDC33

Black with #3DDC33

Text Example


Text Example

White with #3DDC33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,220,51); }

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

background-color css

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

 a { background-color: rgb(61,220,51); }

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

border-color css

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

 span { border-color: rgb(61,220,51); }

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