Html Css Color HEX #3DD623 Lime Green

📋 copy color: '#3DD623'

red 61 ◦ green 214 ◦ blue 35

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

Shades of Lime Green #3DD623

Tints of Lime Green #3DD623

RGB

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

 GREEN value IS 214 (83.98% from 255) = 69.03%

 BLUE value IS 35 (14.06% from 255) = 11.29%

R = 19.68%
G = 69.03%
B = 11.29%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#3DD623 (or 0x3DD623) is known color: Lime Green. HEX triplet: 3D, D6 and 23. RGB value is (61,214,35). Sum of RGB (Red+Green+Blue) = 61+214+35=310 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.68% from 310); Green value is 214 (83.98% from 255 or 69.03% from 310); Blue value is 35 (14.06% from 255 or 11.29% from 310); Max value from RGB is 214 - color contains mainly: green. Hex color #3DD623 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD623 is #C229DC. Grayscale: #949494. Windows color (decimal): -12724701 or 2348605. OLE color: 2348605.

HSL color Cylindrical-coordinate representation of color #3DD623: hue angle of 111.28º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3DD623 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 61 214 35 -
CMYK 0.71 0 0.84 0.16
HSL 111.28º 0.72% 0.49% -
HSV(B) 111.28º 0.84% 0.84% -
XYZ 26.27 49.21 9.7 -
YUV 147.85 64.31 66.05 -
System Red Green Blue C M Y K H S L
Decimal 61 214 35 0.71 0 0.84 0.16 111.28 0.72 0.49
Hex 3D D6 23 47 0 54 10 6F 48 31
Octal 75 326 43 107 0 124 20 157 110 61
Binary 111101 11010110 100011 1000111 0 1010100 10000 1101111 1001000 110001

Color Harmonies of #3DD623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD623

Black with #3DD623

Text Example


Text Example

White with #3DD623

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,214,35); }

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

background-color css

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

 a { background-color: rgb(61,214,35); }

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

border-color css

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

 span { border-color: rgb(61,214,35); }

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