Html Css Color HEX #3CF249 Lime Green

📋 copy color: '#3CF249'

red 60 ◦ green 242 ◦ blue 73

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

Shades of Lime Green #3CF249

Tints of Lime Green #3CF249

RGB

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

 GREEN value IS 242 (94.92% from 255) = 64.53%

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

R = 16%
G = 64.53%
B = 19.47%

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

#3CF249 (or 0x3CF249) is known color: Lime Green. HEX triplet: 3C, F2 and 49. RGB value is (60,242,73). Sum of RGB (Red+Green+Blue) = 60+242+73=375 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16% from 375); Green value is 242 (94.92% from 255 or 64.53% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF249 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF249 is #C30DB6. Grayscale: #A8A8A8. Windows color (decimal): -12783031 or 4846140. OLE color: 4846140.

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

Color convert

RGB 60 242 73 -
CMYK 0.75 0 0.70 0.05
HSL 124.29º 0.88% 0.59% -
HSV(B) 124.29º 0.75% 0.95% -
XYZ 34.82 64.95 17 -
YUV 168.32 74.2 50.74 -
System Red Green Blue C M Y K H S L
Decimal 60 242 73 0.75 0 0.70 0.05 124.29 0.88 0.59
Hex 3C F2 49 4B 0 46 5 7C 58 3B
Octal 74 362 111 113 0 106 5 174 130 73
Binary 111100 11110010 1001001 1001011 0 1000110 101 1111100 1011000 111011

Color Harmonies of #3CF249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF249

Black with #3CF249

Text Example


Text Example

White with #3CF249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,242,73); }

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

background-color css

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

 a { background-color: rgb(60,242,73); }

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

border-color css

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

 span { border-color: rgb(60,242,73); }

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