Html Css Color HEX #3DDF38 Lime Green

📋 copy color: '#3DDF38'

red 61 ◦ green 223 ◦ blue 56

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

Shades of Lime Green #3DDF38

Tints of Lime Green #3DDF38

RGB

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

 GREEN value IS 223 (87.5% from 255) = 65.59%

 BLUE value IS 56 (22.27% from 255) = 16.47%

R = 17.94%
G = 65.59%
B = 16.47%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#3DDF38 (or 0x3DDF38) is known color: Lime Green. HEX triplet: 3D, DF and 38. RGB value is (61,223,56). Sum of RGB (Red+Green+Blue) = 61+223+56=340 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.94% from 340); Green value is 223 (87.5% from 255 or 65.59% from 340); Blue value is 56 (22.27% from 255 or 16.47% from 340); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDF38 is #C220C7. Grayscale: #9C9C9C. Windows color (decimal): -12722376 or 3727165. OLE color: 3727165.

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

Color convert

RGB 61 223 56 -
CMYK 0.73 0 0.75 0.13
HSL 118.2º 0.72% 0.55% -
HSV(B) 118.2º 0.75% 0.87% -
XYZ 29.03 54.05 12.64 -
YUV 155.52 71.83 60.58 -
System Red Green Blue C M Y K H S L
Decimal 61 223 56 0.73 0 0.75 0.13 118.2 0.72 0.55
Hex 3D DF 38 49 0 4B D 76 48 37
Octal 75 337 70 111 0 113 15 166 110 67
Binary 111101 11011111 111000 1001001 0 1001011 1101 1110110 1001000 110111

Color Harmonies of #3DDF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDF38

Black with #3DDF38

Text Example


Text Example

White with #3DDF38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,223,56); }

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

background-color css

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

 a { background-color: rgb(61,223,56); }

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

border-color css

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

 span { border-color: rgb(61,223,56); }

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