Html Css Color HEX #3DF329 Lime Green

📋 copy color: '#3DF329'

red 61 ◦ green 243 ◦ blue 41

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

Shades of Lime Green #3DF329

Tints of Lime Green #3DF329

RGB

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

 GREEN value IS 243 (95.31% from 255) = 70.43%

 BLUE value IS 41 (16.41% from 255) = 11.88%

R = 17.68%
G = 70.43%
B = 11.88%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#3DF329 (or 0x3DF329) is known color: Lime Green. HEX triplet: 3D, F3 and 29. RGB value is (61,243,41). Sum of RGB (Red+Green+Blue) = 61+243+41=345 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.68% from 345); Green value is 243 (95.31% from 255 or 70.43% from 345); Blue value is 41 (16.41% from 255 or 11.88% from 345); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF329 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF329 is #C20CD6. Grayscale: #A6A6A6. Windows color (decimal): -12717271 or 2749245. OLE color: 2749245.

HSL color Cylindrical-coordinate representation of color #3DF329: hue angle of 114.06º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3DF329 is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 61 243 41 -
CMYK 0.75 0 0.83 0.05
HSL 114.06º 0.89% 0.56% -
HSV(B) 114.06º 0.83% 0.95% -
XYZ 34.38 65.25 12.88 -
YUV 165.55 57.7 53.43 -
System Red Green Blue C M Y K H S L
Decimal 61 243 41 0.75 0 0.83 0.05 114.06 0.89 0.56
Hex 3D F3 29 4B 0 53 5 72 59 38
Octal 75 363 51 113 0 123 5 162 131 70
Binary 111101 11110011 101001 1001011 0 1010011 101 1110010 1011001 111000

Color Harmonies of #3DF329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF329

Black with #3DF329

Text Example


Text Example

White with #3DF329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,243,41); }

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

background-color css

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

 a { background-color: rgb(61,243,41); }

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

border-color css

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

 span { border-color: rgb(61,243,41); }

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