Html Css Color HEX #3DDE32 Lime Green

📋 copy color: '#3DDE32'

red 61 ◦ green 222 ◦ blue 50

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

Shades of Lime Green #3DDE32

Tints of Lime Green #3DDE32

RGB

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

 GREEN value IS 222 (87.11% from 255) = 66.67%

 BLUE value IS 50 (19.92% from 255) = 15.02%

R = 18.32%
G = 66.67%
B = 15.02%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#3DDE32 (or 0x3DDE32) is known color: Lime Green. HEX triplet: 3D, DE and 32. RGB value is (61,222,50). Sum of RGB (Red+Green+Blue) = 61+222+50=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 222 (87.11% from 255 or 66.67% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 222 - color contains mainly: green. Hex color #3DDE32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDE32 is #C221CD. Grayscale: #9A9A9A. Windows color (decimal): -12722638 or 3333693. OLE color: 3333693.

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

Color convert

RGB 61 222 50 -
CMYK 0.73 0 0.77 0.13
HSL 116.16º 0.72% 0.53% -
HSV(B) 116.16º 0.77% 0.87% -
XYZ 28.62 53.46 11.83 -
YUV 154.25 69.16 61.49 -
System Red Green Blue C M Y K H S L
Decimal 61 222 50 0.73 0 0.77 0.13 116.16 0.72 0.53
Hex 3D DE 32 49 0 4D D 74 48 35
Octal 75 336 62 111 0 115 15 164 110 65
Binary 111101 11011110 110010 1001001 0 1001101 1101 1110100 1001000 110101

Color Harmonies of #3DDE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDE32

Black with #3DDE32

Text Example


Text Example

White with #3DDE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,222,50); }

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

background-color css

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

 a { background-color: rgb(61,222,50); }

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

border-color css

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

 span { border-color: rgb(61,222,50); }

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