Html Css Color HEX #3DDB35 Lime Green

📋 copy color: '#3DDB35'

red 61 ◦ green 219 ◦ blue 53

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

Shades of Lime Green #3DDB35

Tints of Lime Green #3DDB35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.92%

R = 18.32%
G = 65.77%
B = 15.92%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#3DDB35 (or 0x3DDB35) is known color: Lime Green. HEX triplet: 3D, DB and 35. RGB value is (61,219,53). Sum of RGB (Red+Green+Blue) = 61+219+53=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 219 (85.94% from 255 or 65.77% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 219 - color contains mainly: green. Hex color #3DDB35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDB35 is #C224CA. Grayscale: #999999. Windows color (decimal): -12723403 or 3529533. OLE color: 3529533.

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

Color convert

RGB 61 219 53 -
CMYK 0.72 0 0.76 0.14
HSL 117.11º 0.7% 0.53% -
HSV(B) 117.11º 0.76% 0.86% -
XYZ 27.9 51.91 11.92 -
YUV 152.83 71.65 62.5 -
System Red Green Blue C M Y K H S L
Decimal 61 219 53 0.72 0 0.76 0.14 117.11 0.7 0.53
Hex 3D DB 35 48 0 4C E 75 46 35
Octal 75 333 65 110 0 114 16 165 106 65
Binary 111101 11011011 110101 1001000 0 1001100 1110 1110101 1000110 110101

Color Harmonies of #3DDB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDB35

Black with #3DDB35

Text Example


Text Example

White with #3DDB35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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