Html Css Color HEX #3CF349 Lime Green

📋 copy color: '#3CF349'

red 60 ◦ green 243 ◦ blue 73

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

Shades of Lime Green #3CF349

Tints of Lime Green #3CF349

RGB

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

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

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

R = 15.96%
G = 64.63%
B = 19.41%

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

#3CF349 (or 0x3CF349) is known color: Lime Green. HEX triplet: 3C, F3 and 49. RGB value is (60,243,73). Sum of RGB (Red+Green+Blue) = 60+243+73=376 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.96% from 376); Green value is 243 (95.31% from 255 or 64.63% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF349 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF349 is #C30CB6. Grayscale: #A9A9A9. Windows color (decimal): -12782775 or 4846396. OLE color: 4846396.

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

Color convert

RGB 60 243 73 -
CMYK 0.75 0 0.70 0.05
HSL 124.26º 0.88% 0.59% -
HSV(B) 124.26º 0.75% 0.95% -
XYZ 35.12 65.54 17.1 -
YUV 168.9 73.87 50.32 -
System Red Green Blue C M Y K H S L
Decimal 60 243 73 0.75 0 0.70 0.05 124.26 0.88 0.59
Hex 3C F3 49 4B 0 46 5 7C 58 3B
Octal 74 363 111 113 0 106 5 174 130 73
Binary 111100 11110011 1001001 1001011 0 1000110 101 1111100 1011000 111011

Color Harmonies of #3CF349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF349

Black with #3CF349

Text Example


Text Example

White with #3CF349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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