Html Css Color HEX #3DDE44 Lime Green

📋 copy color: '#3DDE44'

red 61 ◦ green 222 ◦ blue 68

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

Shades of Lime Green #3DDE44

Tints of Lime Green #3DDE44

RGB

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

 GREEN value IS 222 (87.11% from 255) = 63.25%

 BLUE value IS 68 (26.95% from 255) = 19.37%

R = 17.38%
G = 63.25%
B = 19.37%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#3DDE44 (or 0x3DDE44) is known color: Lime Green. HEX triplet: 3D, DE and 44. RGB value is (61,222,68). Sum of RGB (Red+Green+Blue) = 61+222+68=351 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.38% from 351); Green value is 222 (87.11% from 255 or 63.25% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 222 - color contains mainly: green. Hex color #3DDE44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDE44 is #C221BB. Grayscale: #9C9C9C. Windows color (decimal): -12722620 or 4513341. OLE color: 4513341.

HSL color Cylindrical-coordinate representation of color #3DDE44: hue angle of 122.61º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DDE44 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 61 222 68 -
CMYK 0.73 0 0.69 0.13
HSL 122.61º 0.71% 0.55% -
HSV(B) 122.61º 0.73% 0.87% -
XYZ 29.09 53.65 14.29 -
YUV 156.31 78.16 60.02 -
System Red Green Blue C M Y K H S L
Decimal 61 222 68 0.73 0 0.69 0.13 122.61 0.71 0.55
Hex 3D DE 44 49 0 45 D 7B 47 37
Octal 75 336 104 111 0 105 15 173 107 67
Binary 111101 11011110 1000100 1001001 0 1000101 1101 1111011 1000111 110111

Color Harmonies of #3DDE44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDE44

Black with #3DDE44

Text Example


Text Example

White with #3DDE44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,222,68); }

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

background-color css

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

 a { background-color: rgb(61,222,68); }

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

border-color css

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

 span { border-color: rgb(61,222,68); }

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