Html Css Color HEX #3DF037 Lime Green

📋 copy color: '#3DF037'

red 61 ◦ green 240 ◦ blue 55

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

Shades of Lime Green #3DF037

Tints of Lime Green #3DF037

RGB

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

 GREEN value IS 240 (94.14% from 255) = 67.42%

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

R = 17.13%
G = 67.42%
B = 15.45%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#3DF037 (or 0x3DF037) is known color: Lime Green. HEX triplet: 3D, F0 and 37. RGB value is (61,240,55). Sum of RGB (Red+Green+Blue) = 61+240+55=356 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.13% from 356); Green value is 240 (94.14% from 255 or 67.42% from 356); Blue value is 55 (21.88% from 255 or 15.45% from 356); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF037 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF037 is #C20FC8. Grayscale: #A5A5A5. Windows color (decimal): -12718025 or 3665981. OLE color: 3665981.

HSL color Cylindrical-coordinate representation of color #3DF037: hue angle of 118.05º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3DF037 is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 61 240 55 -
CMYK 0.75 0 0.77 0.06
HSL 118.05º 0.86% 0.58% -
HSV(B) 118.05º 0.77% 0.94% -
XYZ 33.77 63.59 14.11 -
YUV 165.39 65.7 53.54 -
System Red Green Blue C M Y K H S L
Decimal 61 240 55 0.75 0 0.77 0.06 118.05 0.86 0.58
Hex 3D F0 37 4B 0 4D 6 76 56 3A
Octal 75 360 67 113 0 115 6 166 126 72
Binary 111101 11110000 110111 1001011 0 1001101 110 1110110 1010110 111010

Color Harmonies of #3DF037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF037

Black with #3DF037

Text Example


Text Example

White with #3DF037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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