Html Css Color HEX #3DF348 Lime Green

📋 copy color: '#3DF348'

red 61 ◦ green 243 ◦ blue 72

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

Shades of Lime Green #3DF348

Tints of Lime Green #3DF348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.15%

R = 16.22%
G = 64.63%
B = 19.15%

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

#3DF348 (or 0x3DF348) is known color: Lime Green. HEX triplet: 3D, F3 and 48. RGB value is (61,243,72). Sum of RGB (Red+Green+Blue) = 61+243+72=376 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.22% from 376); Green value is 243 (95.31% from 255 or 64.63% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF348 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF348 is #C20CB7. Grayscale: #A9A9A9. Windows color (decimal): -12717240 or 4780861. OLE color: 4780861.

HSL color Cylindrical-coordinate representation of color #3DF348: hue angle of 123.63º 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 #3DF348 is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 61 243 72 -
CMYK 0.75 0 0.70 0.05
HSL 123.63º 0.88% 0.6% -
HSV(B) 123.63º 0.75% 0.95% -
XYZ 35.14 65.56 16.93 -
YUV 169.09 73.2 50.9 -
System Red Green Blue C M Y K H S L
Decimal 61 243 72 0.75 0 0.70 0.05 123.63 0.88 0.6
Hex 3D F3 48 4B 0 46 5 7C 58 3C
Octal 75 363 110 113 0 106 5 174 130 74
Binary 111101 11110011 1001000 1001011 0 1000110 101 1111100 1011000 111100

Color Harmonies of #3DF348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF348

Black with #3DF348

Text Example


Text Example

White with #3DF348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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