Html Css Color HEX #3DD926 Lime Green

📋 copy color: '#3DD926'

red 61 ◦ green 217 ◦ blue 38

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

Shades of Lime Green #3DD926

Tints of Lime Green #3DD926

RGB

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

 GREEN value IS 217 (85.16% from 255) = 68.67%

 BLUE value IS 38 (15.23% from 255) = 12.03%

R = 19.3%
G = 68.67%
B = 12.03%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#3DD926 (or 0x3DD926) is known color: Lime Green. HEX triplet: 3D, D9 and 26. RGB value is (61,217,38). Sum of RGB (Red+Green+Blue) = 61+217+38=316 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.30% from 316); Green value is 217 (85.16% from 255 or 68.67% from 316); Blue value is 38 (15.23% from 255 or 12.03% from 316); Max value from RGB is 217 - color contains mainly: green. Hex color #3DD926 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD926 is #C226D9. Grayscale: #969696. Windows color (decimal): -12723930 or 2545981. OLE color: 2545981.

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

Color convert

RGB 61 217 38 -
CMYK 0.72 0 0.82 0.15
HSL 112.29º 0.7% 0.5% -
HSV(B) 112.29º 0.82% 0.85% -
XYZ 27.09 50.76 10.2 -
YUV 149.95 64.82 64.55 -
System Red Green Blue C M Y K H S L
Decimal 61 217 38 0.72 0 0.82 0.15 112.29 0.7 0.5
Hex 3D D9 26 48 0 52 F 70 46 32
Octal 75 331 46 110 0 122 17 160 106 62
Binary 111101 11011001 100110 1001000 0 1010010 1111 1110000 1000110 110010

Color Harmonies of #3DD926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD926

Black with #3DD926

Text Example


Text Example

White with #3DD926

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,217,38); }

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

background-color css

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

 a { background-color: rgb(61,217,38); }

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

border-color css

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

 span { border-color: rgb(61,217,38); }

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