Html Css Color HEX #3DDB42 Lime Green

📋 copy color: '#3DDB42'

red 61 ◦ green 219 ◦ blue 66

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

Shades of Lime Green #3DDB42

Tints of Lime Green #3DDB42

RGB

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

 GREEN value IS 219 (85.94% from 255) = 63.29%

 BLUE value IS 66 (26.17% from 255) = 19.08%

R = 17.63%
G = 63.29%
B = 19.08%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#3DDB42 (or 0x3DDB42) is known color: Lime Green. HEX triplet: 3D, DB and 42. RGB value is (61,219,66). Sum of RGB (Red+Green+Blue) = 61+219+66=346 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.63% from 346); Green value is 219 (85.94% from 255 or 63.29% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 219 - color contains mainly: green. Hex color #3DDB42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDB42 is #C224BD. Grayscale: #9A9A9A. Windows color (decimal): -12723390 or 4381501. OLE color: 4381501.

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

Color convert

RGB 61 219 66 -
CMYK 0.72 0 0.70 0.14
HSL 121.9º 0.69% 0.55% -
HSV(B) 121.9º 0.72% 0.86% -
XYZ 28.24 52.05 13.71 -
YUV 154.32 78.15 61.44 -
System Red Green Blue C M Y K H S L
Decimal 61 219 66 0.72 0 0.70 0.14 121.9 0.69 0.55
Hex 3D DB 42 48 0 46 E 7A 45 37
Octal 75 333 102 110 0 106 16 172 105 67
Binary 111101 11011011 1000010 1001000 0 1000110 1110 1111010 1000101 110111

Color Harmonies of #3DDB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDB42

Black with #3DDB42

Text Example


Text Example

White with #3DDB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,219,66); }

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

background-color css

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

 a { background-color: rgb(61,219,66); }

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

border-color css

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

 span { border-color: rgb(61,219,66); }

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