Html Css Color HEX #3CF048 Lime Green

📋 copy color: '#3CF048'

red 60 ◦ green 240 ◦ blue 72

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

Shades of Lime Green #3CF048

Tints of Lime Green #3CF048

RGB

 RED value IS 60 (23.83% from 255) = 16.13%

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

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

R = 16.13%
G = 64.52%
B = 19.35%

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

#3CF048 (or 0x3CF048) is known color: Lime Green. HEX triplet: 3C, F0 and 48. RGB value is (60,240,72). Sum of RGB (Red+Green+Blue) = 60+240+72=372 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.13% from 372); Green value is 240 (94.14% from 255 or 64.52% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF048 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF048 is #C30FB7. Grayscale: #A7A7A7. Windows color (decimal): -12783544 or 4780092. OLE color: 4780092.

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

Color convert

RGB 60 240 72 -
CMYK 0.75 0 0.7 0.06
HSL 124º 0.86% 0.59% -
HSV(B) 124º 0.75% 0.94% -
XYZ 34.19 63.75 16.63 -
YUV 167.03 74.37 51.66 -
System Red Green Blue C M Y K H S L
Decimal 60 240 72 0.75 0 0.7 0.06 124 0.86 0.59
Hex 3C F0 48 4B 0 46 6 7C 56 3B
Octal 74 360 110 113 0 106 6 174 126 73
Binary 111100 11110000 1001000 1001011 0 1000110 110 1111100 1010110 111011

Color Harmonies of #3CF048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF048

Black with #3CF048

Text Example


Text Example

White with #3CF048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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