Html Css Color HEX #3DF541 Lime Green

📋 copy color: '#3DF541'

red 61 ◦ green 245 ◦ blue 65

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

Shades of Lime Green #3DF541

Tints of Lime Green #3DF541

RGB

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

 GREEN value IS 245 (96.09% from 255) = 66.04%

 BLUE value IS 65 (25.78% from 255) = 17.52%

R = 16.44%
G = 66.04%
B = 17.52%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#3DF541 (or 0x3DF541) is known color: Lime Green. HEX triplet: 3D, F5 and 41. RGB value is (61,245,65). Sum of RGB (Red+Green+Blue) = 61+245+65=371 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.44% from 371); Green value is 245 (96.09% from 255 or 66.04% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 245 - color contains mainly: green. Hex color #3DF541 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF541 is #C20ABE. Grayscale: #AAAAAA. Windows color (decimal): -12716735 or 4322621. OLE color: 4322621.

HSL color Cylindrical-coordinate representation of color #3DF541: hue angle of 121.3º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF541 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB 61 245 65 -
CMYK 0.75 0 0.73 0.04
HSL 121.3º 0.9% 0.6% -
HSV(B) 121.3º 0.75% 0.96% -
XYZ 35.53 66.68 16 -
YUV 169.46 69.04 50.64 -
System Red Green Blue C M Y K H S L
Decimal 61 245 65 0.75 0 0.73 0.04 121.3 0.9 0.6
Hex 3D F5 41 4B 0 49 4 79 5A 3C
Octal 75 365 101 113 0 111 4 171 132 74
Binary 111101 11110101 1000001 1001011 0 1001001 100 1111001 1011010 111100

Color Harmonies of #3DF541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF541

Black with #3DF541

Text Example


Text Example

White with #3DF541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,245,65); }

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

background-color css

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

 a { background-color: rgb(61,245,65); }

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

border-color css

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

 span { border-color: rgb(61,245,65); }

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