Html Css Color HEX #3CF62F Lime Green

📋 copy color: '#3CF62F'

red 60 ◦ green 246 ◦ blue 47

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

Shades of Lime Green #3CF62F

Tints of Lime Green #3CF62F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.31%

R = 17%
G = 69.69%
B = 13.31%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#3CF62F (or 0x3CF62F) is known color: Lime Green. HEX triplet: 3C, F6 and 2F. RGB value is (60,246,47). Sum of RGB (Red+Green+Blue) = 60+246+47=353 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.00% from 353); Green value is 246 (96.48% from 255 or 69.69% from 353); Blue value is 47 (18.75% from 255 or 13.31% from 353); Max value from RGB is 246 - color contains mainly: green. Hex color #3CF62F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF62F is #C309D0. Grayscale: #A8A8A8. Windows color (decimal): -12782033 or 3143228. OLE color: 3143228.

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

Color convert

RGB 60 246 47 -
CMYK 0.76 0 0.81 0.04
HSL 116.08º 0.92% 0.57% -
HSV(B) 116.08º 0.81% 0.96% -
XYZ 35.33 67.08 13.77 -
YUV 167.7 59.88 51.18 -
System Red Green Blue C M Y K H S L
Decimal 60 246 47 0.76 0 0.81 0.04 116.08 0.92 0.57
Hex 3C F6 2F 4C 0 51 4 74 5C 39
Octal 74 366 57 114 0 121 4 164 134 71
Binary 111100 11110110 101111 1001100 0 1010001 100 1110100 1011100 111001

Color Harmonies of #3CF62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF62F

Black with #3CF62F

Text Example


Text Example

White with #3CF62F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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