Html Css Color HEX #3DDB25 Lime Green

📋 copy color: '#3DDB25'

red 61 ◦ green 219 ◦ blue 37

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

Shades of Lime Green #3DDB25

Tints of Lime Green #3DDB25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.67%

R = 19.24%
G = 69.09%
B = 11.67%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#3DDB25 (or 0x3DDB25) is known color: Lime Green. HEX triplet: 3D, DB and 25. RGB value is (61,219,37). Sum of RGB (Red+Green+Blue) = 61+219+37=317 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.24% from 317); Green value is 219 (85.94% from 255 or 69.09% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 219 - color contains mainly: green. Hex color #3DDB25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDB25 is #C224DA. Grayscale: #979797. Windows color (decimal): -12723419 or 2480957. OLE color: 2480957.

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

Color convert

RGB 61 219 37 -
CMYK 0.72 0 0.83 0.14
HSL 112.09º 0.72% 0.5% -
HSV(B) 112.09º 0.83% 0.86% -
XYZ 27.59 51.79 10.29 -
YUV 151.01 63.65 63.8 -
System Red Green Blue C M Y K H S L
Decimal 61 219 37 0.72 0 0.83 0.14 112.09 0.72 0.5
Hex 3D DB 25 48 0 53 E 70 48 32
Octal 75 333 45 110 0 123 16 160 110 62
Binary 111101 11011011 100101 1001000 0 1010011 1110 1110000 1001000 110010

Color Harmonies of #3DDB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDB25

Black with #3DDB25

Text Example


Text Example

White with #3DDB25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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