Html Css Color HEX #3DFD37 Lime Green

📋 copy color: '#3DFD37'

red 61 ◦ green 253 ◦ blue 55

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

Shades of Lime Green #3DFD37

Tints of Lime Green #3DFD37

RGB

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

 GREEN value IS 253 (99.22% from 255) = 68.56%

 BLUE value IS 55 (21.88% from 255) = 14.91%

R = 16.53%
G = 68.56%
B = 14.91%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#3DFD37 (or 0x3DFD37) is known color: Lime Green. HEX triplet: 3D, FD and 37. RGB value is (61,253,55). Sum of RGB (Red+Green+Blue) = 61+253+55=369 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.53% from 369); Green value is 253 (99.22% from 255 or 68.56% from 369); Blue value is 55 (21.88% from 255 or 14.91% from 369); Max value from RGB is 253 - color contains mainly: green. Hex color #3DFD37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DFD37 is #C202C8. Grayscale: #ADADAD. Windows color (decimal): -12714697 or 3669309. OLE color: 3669309.

HSL color Cylindrical-coordinate representation of color #3DFD37: hue angle of 118.18º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3DFD37 is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.

Color convert

RGB 61 253 55 -
CMYK 0.76 0 0.78 0.01
HSL 118.18º 0.98% 0.6% -
HSV(B) 118.18º 0.78% 0.99% -
XYZ 37.74 71.52 15.43 -
YUV 173.02 61.39 48.1 -
System Red Green Blue C M Y K H S L
Decimal 61 253 55 0.76 0 0.78 0.01 118.18 0.98 0.6
Hex 3D FD 37 4C 0 4E 1 76 62 3C
Octal 75 375 67 114 0 116 1 166 142 74
Binary 111101 11111101 110111 1001100 0 1001110 1 1110110 1100010 111100

Color Harmonies of #3DFD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DFD37

Black with #3DFD37

Text Example


Text Example

White with #3DFD37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,253,55); }

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

background-color css

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

 a { background-color: rgb(61,253,55); }

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

border-color css

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

 span { border-color: rgb(61,253,55); }

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