Html Css Color HEX #3DF349 Lime Green

📋 copy color: '#3DF349'

red 61 ◦ green 243 ◦ blue 73

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

Shades of Lime Green #3DF349

Tints of Lime Green #3DF349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.36%

R = 16.18%
G = 64.46%
B = 19.36%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#3DF349 (or 0x3DF349) is known color: Lime Green. HEX triplet: 3D, F3 and 49. RGB value is (61,243,73). Sum of RGB (Red+Green+Blue) = 61+243+73=377 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.18% from 377); Green value is 243 (95.31% from 255 or 64.46% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF349 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF349 is #C20CB6. Grayscale: #A9A9A9. Windows color (decimal): -12717239 or 4846397. OLE color: 4846397.

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

Color convert

RGB 61 243 73 -
CMYK 0.75 0 0.70 0.05
HSL 123.96º 0.88% 0.6% -
HSV(B) 123.96º 0.75% 0.95% -
XYZ 35.18 65.57 17.11 -
YUV 169.2 73.7 50.82 -
System Red Green Blue C M Y K H S L
Decimal 61 243 73 0.75 0 0.70 0.05 123.96 0.88 0.6
Hex 3D F3 49 4B 0 46 5 7C 58 3C
Octal 75 363 111 113 0 106 5 174 130 74
Binary 111101 11110011 1001001 1001011 0 1000110 101 1111100 1011000 111100

Color Harmonies of #3DF349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF349

Black with #3DF349

Text Example


Text Example

White with #3DF349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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