Html Css Color HEX #3DF048 Lime Green

📋 copy color: '#3DF048'

red 61 ◦ green 240 ◦ blue 72

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

Shades of Lime Green #3DF048

Tints of Lime Green #3DF048

RGB

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

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

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

R = 16.35%
G = 64.34%
B = 19.3%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.7

 K value IS 0.06

RGB Variations

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

Color information

#3DF048 (or 0x3DF048) is known color: Lime Green. HEX triplet: 3D, F0 and 48. RGB value is (61,240,72). Sum of RGB (Red+Green+Blue) = 61+240+72=373 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.35% from 373); Green value is 240 (94.14% from 255 or 64.34% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF048 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF048 is #C20FB7. Grayscale: #A7A7A7. Windows color (decimal): -12718008 or 4780093. OLE color: 4780093.

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

Color convert

RGB 61 240 72 -
CMYK 0.75 0 0.7 0.06
HSL 123.69º 0.86% 0.59% -
HSV(B) 123.69º 0.75% 0.94% -
XYZ 34.25 63.78 16.64 -
YUV 167.33 74.2 52.16 -
System Red Green Blue C M Y K H S L
Decimal 61 240 72 0.75 0 0.7 0.06 123.69 0.86 0.59
Hex 3D F0 48 4B 0 46 6 7C 56 3B
Octal 75 360 110 113 0 106 6 174 126 73
Binary 111101 11110000 1001000 1001011 0 1000110 110 1111100 1010110 111011

Color Harmonies of #3DF048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF048

Black with #3DF048

Text Example


Text Example

White with #3DF048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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