Html Css Color HEX #3DDA32 Lime Green

📋 copy color: '#3DDA32'

red 61 ◦ green 218 ◦ blue 50

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

Shades of Lime Green #3DDA32

Tints of Lime Green #3DDA32

RGB

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

 GREEN value IS 218 (85.55% from 255) = 66.26%

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

R = 18.54%
G = 66.26%
B = 15.2%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#3DDA32 (or 0x3DDA32) is known color: Lime Green. HEX triplet: 3D, DA and 32. RGB value is (61,218,50). Sum of RGB (Red+Green+Blue) = 61+218+50=329 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.54% from 329); Green value is 218 (85.55% from 255 or 66.26% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDA32 is #C225CD. Grayscale: #989898. Windows color (decimal): -12723662 or 3332669. OLE color: 3332669.

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

Color convert

RGB 61 218 50 -
CMYK 0.72 0 0.77 0.15
HSL 116.07º 0.69% 0.53% -
HSV(B) 116.07º 0.77% 0.85% -
XYZ 27.57 51.37 11.48 -
YUV 151.91 70.49 63.16 -
System Red Green Blue C M Y K H S L
Decimal 61 218 50 0.72 0 0.77 0.15 116.07 0.69 0.53
Hex 3D DA 32 48 0 4D F 74 45 35
Octal 75 332 62 110 0 115 17 164 105 65
Binary 111101 11011010 110010 1001000 0 1001101 1111 1110100 1000101 110101

Color Harmonies of #3DDA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDA32

Black with #3DDA32

Text Example


Text Example

White with #3DDA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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