Html Css Color HEX #3CF64A Lime Green

📋 copy color: '#3CF64A'

red 60 ◦ green 246 ◦ blue 74

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

Shades of Lime Green #3CF64A

Tints of Lime Green #3CF64A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 64.74%

 BLUE value IS 74 (29.3% from 255) = 19.47%

R = 15.79%
G = 64.74%
B = 19.47%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#3CF64A (or 0x3CF64A) is known color: Lime Green. HEX triplet: 3C, F6 and 4A. RGB value is (60,246,74). Sum of RGB (Red+Green+Blue) = 60+246+74=380 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.79% from 380); Green value is 246 (96.48% from 255 or 64.74% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 246 - color contains mainly: green. Hex color #3CF64A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF64A is #C309B5. Grayscale: #ABABAB. Windows color (decimal): -12782006 or 4912700. OLE color: 4912700.

HSL color Cylindrical-coordinate representation of color #3CF64A: hue angle of 124.52º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CF64A is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 60 246 74 -
CMYK 0.76 0 0.70 0.04
HSL 124.52º 0.91% 0.6% -
HSV(B) 124.52º 0.76% 0.96% -
XYZ 36.06 67.37 17.58 -
YUV 170.78 73.38 48.99 -
System Red Green Blue C M Y K H S L
Decimal 60 246 74 0.76 0 0.70 0.04 124.52 0.91 0.6
Hex 3C F6 4A 4C 0 46 4 7D 5B 3C
Octal 74 366 112 114 0 106 4 175 133 74
Binary 111100 11110110 1001010 1001100 0 1000110 100 1111101 1011011 111100

Color Harmonies of #3CF64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF64A

Black with #3CF64A

Text Example


Text Example

White with #3CF64A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,246,74); }

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

background-color css

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

 a { background-color: rgb(60,246,74); }

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

border-color css

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

 span { border-color: rgb(60,246,74); }

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